13 lines
214 B
C#
13 lines
214 B
C#
using System.Windows.Forms;
|
|
|
|
namespace AntdUIDemo.Views
|
|
{
|
|
public partial class WindowBarDemo : UserControl
|
|
{
|
|
public WindowBarDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|