🦄 Beautiful AntdUI

This commit is contained in:
Tom
2025-12-18 11:52:09 +08:00
parent 2d188b7985
commit 3d35e02eff
54 changed files with 108 additions and 108 deletions

View File

@@ -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();