From e41577d72b90fcd17999ffdd614072ecf313a733 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期三, 18 三月 2020 14:51:03 +0800 Subject: [PATCH] 2020-03-18-1 --- ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs old mode 100755 new mode 100644 index 53eb7f4..73cfb83 --- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs @@ -63,6 +63,11 @@ middle.AddChidren(securityview.FunFrameView()); securityview.clickviewBtn.MouseUpEventHandler += (sender, e) => { + //CurtainPanel.ButtonSet buttonSet = new CurtainPanel.ButtonSet(); + //UserView.HomePage.Instance.AddChidren(buttonSet); + //UserView.HomePage.Instance.PageIndex += 1; + //buttonSet.Show(); + //return; var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor }; this.AddChidren(flMain); SecurityView(flMain, false); -- Gitblit v1.8.0