mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-04 12:57:40 +08:00
11 lines
166 B
C#
11 lines
166 B
C#
namespace $safeprojectname$
|
|
{
|
|
public partial class MainWindow
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|