From 122dc4312c72b2d2aaa50a2adf84165f5600b99a Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 27 一月 2021 17:13:48 +0800 Subject: [PATCH] 2021-1-27-1 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs index 3ee42a6..aac2c6a 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs @@ -261,9 +261,11 @@ { EventHandler<MouseEventArgs> eventHandler = (sender, e) => { - var page = new SearchDevicePage(); + var page = new HDL_ON.UI.UI2.Intelligence.Automation.EmptyClass(); MainPage.BasePageView.AddChidren(page); - page.LoadPage(); + page.Show(new System.Collections.Generic.List<string>(),null,(str)=> { + + }); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }; btnResidenceAddFunctionIcon.MouseUpEventHandler = eventHandler; -- Gitblit v1.8.0