mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-04 21:07:49 +08:00
b144c2ec39
According to @ghost1372 suggestion, growl has been improved.
11 lines
164 B
C#
11 lines
164 B
C#
namespace DockBoxResearch
|
|
{
|
|
public partial class MainWindow
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|