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

11 lines
176 B
C#
Raw Normal View History

2020-08-22 19:28:58 +01:00
using Avalonia.Controls;
2024-11-09 01:37:59 +00:00
namespace RomRepoMgr.Views;
public partial class ImportDatFolder : Window
2020-08-22 19:28:58 +01:00
{
public ImportDatFolder()
2024-11-09 01:37:59 +00:00
{
InitializeComponent();
2020-08-22 19:28:58 +01:00
}
}