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