From 0039220054537c28443625b5becc5355e74e6cf8 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 11 一月 2021 17:51:15 +0800
Subject: [PATCH] 2021-1-11-5

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
index e3b39c6..f21e81e 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
@@ -90,8 +90,8 @@
             //娓╁害楂樹簬
             temperaturehigherView.btnClick.MouseUpEventHandler += (sen, e) =>
             {
-                
 
+                new LogicView.TipPopView { }.InputBox1(1,"",1,(s)=> { });
             };
             //娓╁害浣庝簬
             temperatureunderView.btnClick.MouseUpEventHandler += (sen, e) =>
@@ -125,5 +125,6 @@
 
             #endregion
         }
+       
     }
 }

--
Gitblit v1.8.0