From e1ac4ab0e68024e6289e0b11756962d662749b04 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 16 三月 2021 17:15:23 +0800
Subject: [PATCH] Revert "Merge branch 'WJC' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into WJC"

---
 HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
index ccd8737..57119a2 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
@@ -492,26 +492,10 @@
         public void ChangeTime(string newTime)
         {
             int.TryParse(newTime, out leftTime);
-            if (leftTime > 0)
-            {
-                Application.RunOnMainThread(() =>
-                {
-                    btnTime.Text = new TimeSpan(0, leftTime, 0).ToString().Remove(5, 3);
-                });
-                leftTime--;
-            }
-            else if (leftTime == 0)
-            {
-                Application.RunOnMainThread(() =>
-                {
-                    btnTime.Text = "";
-                });
-            }
             if (countdownThread == null)
             {
                 countdownThread = new System.Threading.Thread(() =>
                 {
-
                     while (true)
                     {
                         if (leftTime > 0)

--
Gitblit v1.8.0