antdui-demo/Views/AlertDemo.cs
2024-10-12 15:34:19 +08:00

13 lines
206 B
C#

using System.Windows.Forms;
namespace AntdUIDemo.Views
{
public partial class AlertDemo : UserControl
{
public AlertDemo()
{
InitializeComponent();
}
}
}