mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 02:30:48 +01:00
11 lines
184 B
C#
11 lines
184 B
C#
using SukiUI.Controls;
|
|
|
|
namespace Needlework.Net.Desktop.Views;
|
|
|
|
public partial class EndpointView : SukiWindow
|
|
{
|
|
public EndpointView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |