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