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