DarkUI.Net5/Example/Forms/Docking/DockProperties.cs
Robin 5a57b1011c Added DockPanel basics & updated example
Re-adding content currently broken. Need to add tabs too.
2015-09-19 11:32:11 +01:00

17 lines
252 B
C#

using DarkUI;
namespace Example
{
public partial class DockProperties : DarkToolWindow
{
#region Constructor Region
public DockProperties()
{
InitializeComponent();
}
#endregion
}
}