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