From 631f94758c3cb42abcdda8094e77895f376eff16 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 11 一月 2021 14:53:43 +0800 Subject: [PATCH] 2021-1-12-3 --- HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs index 1b41b53..efc5426 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs @@ -253,12 +253,12 @@ } /// <summary> - /// + /// 瓒呭嚭5涓厓绱犺鐢ㄦ粦鍔ㄦ帶浠� /// </summary> /// <param name="frame">鏄剧ず鍦ㄥ摢涓晫闈㈢殑鐖舵帶浠�</param> /// <param name="list">鏄剧ず鏁版嵁婧�</param> /// <param name="titleText">鏍囬</param> - /// <param name="action">杩斿洖鍊�</param> + /// <param name="action">杩斿洖鍊肩储寮曞��</param> public void FrameOrVv(FrameLayout frame, List<string>list, int titleText,Action<int> action) { int line = 0; @@ -379,6 +379,7 @@ { return; } + //鍒楄〃绱㈠紩鍊� int indexValue = int.Parse(checkBtn.Tag.ToString()); action(indexValue); //绉婚櫎fLayout鐣岄潰 @@ -450,6 +451,17 @@ }; } break; + case "time": + { + list = new List<string> { + "30 s", + "1 min", + "2 min", + "3 min", + "5 min", + }; + } + break; } return list; -- Gitblit v1.8.0