mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
11 lines
176 B
C#
11 lines
176 B
C#
using Avalonia.Controls;
|
|
|
|
namespace RomRepoMgr.Views;
|
|
|
|
public partial class ImportDatFolder : Window
|
|
{
|
|
public ImportDatFolder()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |