From bff0a4962f597be1b4ea040be43221a850b8ddb4 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 29 十二月 2020 11:55:04 +0800 Subject: [PATCH] 2020-12-29-1 --- HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 5 +++-- 1 files changed, 3 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..49c6428 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鐣岄潰 -- Gitblit v1.8.0