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