This commit is contained in:
parent
7b3e52595e
commit
3c18a4b942
2 changed files with 0 additions and 37 deletions
|
@ -1,8 +0,0 @@
|
||||||
<UserControl xmlns="https://github.com/avaloniaui"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
||||||
mc:Ignorable="d"
|
|
||||||
x:Class="PS2_Manager.GameInfo">
|
|
||||||
|
|
||||||
</UserControl>
|
|
|
@ -1,29 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.IO;
|
|
||||||
using Avalonia;
|
|
||||||
using Avalonia.Controls;
|
|
||||||
using Avalonia.Input;
|
|
||||||
using Avalonia.Interactivity;
|
|
||||||
using Avalonia.Markup.Xaml;
|
|
||||||
using Avalonia.Media;
|
|
||||||
using Avalonia.Media.Imaging;
|
|
||||||
using Avalonia.Platform.Storage;
|
|
||||||
using PS2_Manager.Core;
|
|
||||||
|
|
||||||
namespace PS2_Manager;
|
|
||||||
|
|
||||||
public partial class GameInfo : UserControl
|
|
||||||
{
|
|
||||||
public Game game { get; set; }
|
|
||||||
public GameInfo(Game _game)
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
this.game = _game;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue