From 320d7cc8feb394d0ce3db2ec1d01593b554d990f Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 23 十二月 2020 10:57:13 +0800 Subject: [PATCH] 2020-12-23 1.更新 --- HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs old mode 100644 new mode 100755 index fe9cf05..fed922d --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs @@ -14,7 +14,7 @@ /// <param name="stateText">涔嬪墠鐘舵�佹枃鏈�</param> /// <param name="action">杩斿洖鍊�</param> /// <param name="textSize">鏄剧ず鏂囨湰瀛椾綋澶у皬</param> - public void SingleSelectionShow(FrameLayout frameLayout, List<string> list, string titleText, string stateText,Action<string> action, int textSize=LogicView.TextSize.text14) + public void SingleSelectionShow(FrameLayout frameLayout, List<string> list, string titleText, string stateText, Action<string> action, int textSize = LogicView.TextSize.text14) { LogicView.DateView view = new LogicView.DateView(); view.btnTitle.Text = titleText; @@ -69,6 +69,7 @@ }; } + /// <summary> /// 澶氶�夋嫨 /// </summary> @@ -149,7 +150,7 @@ /// </summary> /// <param name="frameLayout">鐖舵帶浠�</param> /// <param name="action">鏄剧ず鏂囨湰瀛椾綋澶у皬</param> - public void MonSelectShow(FrameLayout frameLayout,Logic logic, Action<List<string>> action) + public void MonSelectShow(FrameLayout frameLayout, Logic logic, Action<List<string>> action) { LogicView.MonView monView = new LogicView.MonView(); monView.btnTitle.TextID = StringId.monthly; @@ -237,12 +238,14 @@ //鎻愮ず锛氳繕娌¢�変腑鎵ц鍛ㄦ湡 return; } - + action(monList); frameLayout.RemoveFromParent(); }; } + + } } -- Gitblit v1.8.0