From 01c46e7bfe9aa8fb20b29f70c83c03a307af548a Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 22 十二月 2020 16:35:16 +0800 Subject: [PATCH] 2020-12-22 1.更新。 --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs old mode 100644 new mode 100755 index 28ddfa1..0dce8c7 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs @@ -88,7 +88,7 @@ { //鍒濆鍖栧垪琛� var hList = new List<string>(); - for (int i = 1; i < 24; i++) + for (int i = 0; i < 24; i++) { if (i < 10) { @@ -165,28 +165,11 @@ /// 鑾峰彇023灏忔椂鍒楄〃 /// </summary> /// <returns></returns> - public List<int> GethIntList0() - { - //鍒濆鍖栧垪琛� - var hList = new List<int>(); - for (int i = 1; i < 24; i++) - { - //娣诲姞鏁版嵁 - hList.Add(i); - } - return hList; - - - } - /// <summary> - /// 鑾峰彇24灏忔椂鍒楄〃 - /// </summary> - /// <returns></returns> public List<int> GethIntList() { //鍒濆鍖栧垪琛� var hList = new List<int>(); - for (int i = 1; i < 24; i++) + for (int i = 0; i < 24; i++) { //娣诲姞鏁版嵁 hList.Add(i); @@ -195,6 +178,7 @@ } + /// <summary> /// 鑾峰彇60鍒嗛挓鍒楄〃 /// </summary> -- Gitblit v1.8.0