黄学彪
2021-03-15 2f05a4874e64b3c2e60055e1246025f8a0367f78
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControlComplete.cs
@@ -116,7 +116,12 @@
                else
                {
                    Method method = new Method();
                    method.AddControl(this);
                    method.AddControl(this, (control1) => {
                        AddButton addButton = new AddButton();
                        MainPage.BasePageView.AddChidren(addButton);
                        addButton.Show(control1);
                        MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                    });
                }
            };
            //完成点击事件