mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
12 lines
205 B
C#
12 lines
205 B
C#
using Avalonia.Controls;
|
|
using SukiUI.Controls;
|
|
|
|
namespace Needlework.Net.Desktop.Views;
|
|
|
|
public partial class MainWindow : SukiWindow
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |