| | |
| | | |
| | | #endregion |
| | | |
| | | #region F3阶段 |
| | | #region 添加设备 |
| | | void LoadEvent_SkipbtnAddFunctionPage() |
| | | { |
| | | EventHandler<MouseEventArgs> eventHandler = (sender, e) => |
| | | { |
| | | var page = new ThirdPartyBrandListPage(); |
| | | var page = new HDL_ON.UI.UI2.Intelligence.Automation.EmptyClass(); |
| | | MainPage.BasePageView.AddChidren(page); |
| | | page.Show(new System.Collections.Generic.List<string>(),null,(str)=> { |
| | | |
| | | }); |
| | | page.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | }; |
| | | btnResidenceAddFunctionIcon.MouseUpEventHandler = eventHandler; |
| | | btnResidenceAddFunctionText.MouseUpEventHandler = eventHandler; |
| | | } |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 关于On、获取支持 |