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