mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-23 22:20:44 +08:00
🦄 Beautiful AntdUI
This commit is contained in:
@@ -26,8 +26,8 @@ namespace Demo.Controls
|
||||
{
|
||||
public partial class Tour : UserControl
|
||||
{
|
||||
Form form;
|
||||
public Tour(Form _form)
|
||||
AntdUI.BaseForm form;
|
||||
public Tour(AntdUI.BaseForm _form)
|
||||
{
|
||||
form = _form;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user