From a051c37a96a4b518b1bf1689252649c32430194f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期五, 10 四月 2020 15:49:12 +0800 Subject: [PATCH] 2020-04-10-0-1 --- ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs index 56f2032..fd0135f 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs @@ -18,6 +18,8 @@ } public void Show() { + + #region 鐣岄潰鐨勫竷灞�浠g爜 TopView view = new TopView(); this.AddChidren(view.TopRowView()); @@ -63,7 +65,7 @@ timeView.clickviewBtn.MouseUpEventHandler += (sender, e) => { - TimeView(); + TimeView(); }; functionView.clickviewBtn.MouseUpEventHandler += (sender, e) => { -- Gitblit v1.8.0