diff --git a/PS2_Manager/GameInfo.axaml b/PS2_Manager/GameInfo.axaml deleted file mode 100644 index 1509e6a..0000000 --- a/PS2_Manager/GameInfo.axaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/PS2_Manager/GameInfo.axaml.cs b/PS2_Manager/GameInfo.axaml.cs deleted file mode 100644 index 018fc21..0000000 --- a/PS2_Manager/GameInfo.axaml.cs +++ /dev/null @@ -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; - - } - - - - - -} \ No newline at end of file