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; }); } }; //完成点击事件