From 792ca2a402feb952ef890d653f2e049c1230baf1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期六, 19 十二月 2020 18:48:33 +0800
Subject: [PATCH] 1111
---
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