From 6144d4267f92db9be96a7003f4352732bfe9bb3b Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 19 三月 2020 17:49:31 +0800
Subject: [PATCH] 2020-03-19-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
index 53eb7f4..73cfb83 100644
--- 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