mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-04 04:47:39 +08:00
b144c2ec39
According to @ghost1372 suggestion, growl has been improved.
9 lines
129 B
C#
9 lines
129 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DockBoxResearch.Controls
|
|
{
|
|
public class DockBox : Control
|
|
{
|
|
|
|
}
|
|
} |