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