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