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