陈嘉乐
2021-01-11 0039220054537c28443625b5becc5355e74e6cf8
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
        }
    }
}