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 |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
index d9053c6..73cfb83 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
@@ -63,12 +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;
-                
+                //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