From 4230f40556c36ac1d9f1aae1d80f6cb81754e708 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 08 七月 2020 14:59:20 +0800 Subject: [PATCH] 2020-07-08-01 --- ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs | 2 ++ 1 files changed, 2 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 5b02be1..afa6567 --- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs @@ -7,6 +7,7 @@ using ZigBee.Device; using Shared.Phone.Device.Logic.LogicView; + namespace Shared.Phone.Device.Logic { @@ -65,6 +66,7 @@ timeView.clickviewBtn.MouseUpEventHandler += (sender, e) => { + TimeView(); }; functionView.clickviewBtn.MouseUpEventHandler += (sender, e) => -- Gitblit v1.8.0