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