[Refactor] Use newer Avalonia XAML naming convention.

This commit is contained in:
2025-07-08 19:45:51 +01:00
parent 6f48ce91b5
commit d1f629e131
12 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ using RomRepoMgr.ViewModels;
namespace RomRepoMgr.Views;
public sealed class ExportRoms : Window
public sealed partial class ExportRoms : Window
{
public ExportRoms() => InitializeComponent();