14 lines
228 B
C#
14 lines
228 B
C#
using AntdUI;
|
|
using System.Windows.Forms;
|
|
|
|
namespace AntdUIDemo.Views
|
|
{
|
|
public partial class SegmentedDemo : UserControl
|
|
{
|
|
public SegmentedDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|