mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
[Refactor] Use newer Avalonia XAML naming convention.
This commit is contained in:
@@ -28,7 +28,7 @@ using Avalonia.Markup.Xaml;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class About : Window
|
public sealed partial class About : Window
|
||||||
{
|
{
|
||||||
public About() => InitializeComponent();
|
public About() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ using Avalonia.Markup.Xaml;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class EditDat : Window
|
public sealed partial class EditDat : Window
|
||||||
{
|
{
|
||||||
public EditDat() => InitializeComponent();
|
public EditDat() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class ExportDat : Window
|
public sealed partial class ExportDat : Window
|
||||||
{
|
{
|
||||||
public ExportDat() => InitializeComponent();
|
public ExportDat() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class ExportRoms : Window
|
public sealed partial class ExportRoms : Window
|
||||||
{
|
{
|
||||||
public ExportRoms() => InitializeComponent();
|
public ExportRoms() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class ImportDat : Window
|
public sealed partial class ImportDat : Window
|
||||||
{
|
{
|
||||||
public ImportDat() => InitializeComponent();
|
public ImportDat() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class ImportDatFolder : Window
|
public sealed partial class ImportDatFolder : Window
|
||||||
{
|
{
|
||||||
public ImportDatFolder() => InitializeComponent();
|
public ImportDatFolder() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ using Avalonia.Markup.Xaml;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class ImportRomFolder : Window
|
public sealed partial class ImportRomFolder : Window
|
||||||
{
|
{
|
||||||
public ImportRomFolder() => InitializeComponent();
|
public ImportRomFolder() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ using Avalonia.Markup.Xaml;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public class MainWindow : Window
|
public sealed partial class MainWindow : Window
|
||||||
{
|
{
|
||||||
public MainWindow()
|
public MainWindow()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class RemoveDat : Window
|
public sealed partial class RemoveDat : Window
|
||||||
{
|
{
|
||||||
public RemoveDat() => InitializeComponent();
|
public RemoveDat() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ using Avalonia.Markup.Xaml;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class SettingsDialog : Window
|
public sealed partial class SettingsDialog : Window
|
||||||
{
|
{
|
||||||
public SettingsDialog() => InitializeComponent();
|
public SettingsDialog() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class SplashWindow : Window
|
public sealed partial class SplashWindow : Window
|
||||||
{
|
{
|
||||||
public SplashWindow() => InitializeComponent();
|
public SplashWindow() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
|
|||||||
|
|
||||||
namespace RomRepoMgr.Views;
|
namespace RomRepoMgr.Views;
|
||||||
|
|
||||||
public sealed class UpdateStats : Window
|
public sealed partial class UpdateStats : Window
|
||||||
{
|
{
|
||||||
public UpdateStats() => InitializeComponent();
|
public UpdateStats() => InitializeComponent();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user