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