Files
romrepomgr/RomRepoMgr/Views/ImportRomFolder.axaml.cs

11 lines
176 B
C#
Raw Normal View History

2020-08-22 21:57:05 +01:00
using Avalonia.Controls;
2024-11-09 01:37:59 +00:00
namespace RomRepoMgr.Views;
public partial class ImportRomFolder : Window
2020-08-22 21:57:05 +01:00
{
public ImportRomFolder()
{
InitializeComponent();
}
2020-08-22 21:57:05 +01:00
}