mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-04 21:07:49 +08:00
9 lines
129 B
C#
9 lines
129 B
C#
|
using System.Windows.Controls;
|
|||
|
|
|||
|
namespace DockBoxResearch.Controls
|
|||
|
{
|
|||
|
public class DockBox : Control
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|