From 1b42f39e34492ba8d4ce6336cc913877b9e064cb Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 17 十二月 2020 15:30:05 +0800 Subject: [PATCH] Merge branch 'WJC' into NewFilePath --- 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 index 28ddfa1..0dce8c7 100644 --- 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