RetroGamingProfileView.xaml.cs 183 B

12345678
  1. using Avalonia.Controls;
  2. namespace ControlCatalog.Pages;
  3. public partial class RetroGamingProfileView : UserControl
  4. {
  5. public RetroGamingProfileView() => InitializeComponent();
  6. }