mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 23:59:26 +03:00
17 lines
260 B
C#
17 lines
260 B
C#
using DarkUI.Docking;
|
|
|
|
namespace Example
|
|
{
|
|
public partial class DockProperties : DarkToolWindow
|
|
{
|
|
#region Constructor Region
|
|
|
|
public DockProperties()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|