From f6e34a69f1d1e0b0b3a6252fe20acddca7fe56e5 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 17 三月 2020 15:43:44 +0800
Subject: [PATCH] 2020-03-17-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs |    6 ++++++
 1 files changed, 6 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..d9053c6
--- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
@@ -63,6 +63,12 @@
             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