From 41f9c8837b0551c68f8fd798c06951fa716b7ab8 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期一, 11 一月 2021 14:05:29 +0800 Subject: [PATCH] Merge branch 'NewFilePath' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into NewFilePath --- 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