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