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