From 6aae0b4d094c54cd5d7d27cda7b439d9d62d0bc7 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期日, 23 五月 2021 14:43:04 +0800
Subject: [PATCH] 能耗功能,红外宝功能

---
 HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs |   29 ++---------------------------
 1 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
index 9b483a8..924fa9d 100644
--- a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
@@ -188,7 +188,7 @@
                     value2 = 0;
                     pickerView.setCurrentItems(value1, value2, 0);
                 }
-                else
+                //else
                 {
                     //鏇存敼绱㈠紩
                     selectHour = Convert.ToInt32(listHour[value1].Substring(0, 2));
@@ -196,32 +196,7 @@
                 }
             };
         }
-
-        /// <summary>
-        /// 鐗规畩鐨勯泦鍚堥�夋嫨浜嬩欢锛屽満鏅椂闂磋缃娇鐢�
-        /// </summary>
-        public void ChangePickerEvent2()
-        {
-            pickerView.OnSelectChangeEvent = (value1, value2, value3) =>
-            {
-                if (value1 == 60 && value2 == 60)
-                {
-                    value2 = 0;
-                    pickerView.setCurrentItems(value1, value2, 0);
-                }
-                //else if (value1 == 4 && value2 == 1)
-                //{
-                //    value2 = 0;
-                //    pickerView.setCurrentItems(value1, value2, 0);
-                //}
-                //else
-                //{
-                //    //鏇存敼绱㈠紩
-                //    selectHour = Convert.ToInt32(listHour[value1].Substring(0, 2));
-                //    selectMinute = Convert.ToInt32(listMinute[value2].Substring(0, 2));
-                //}
-            };
-        }
+
         #endregion
 
         #region 鈻� 涓�鑸柟娉昣__________________________

--
Gitblit v1.8.0