From e08a444a9d7acea0cf39f50d22d29179f6a59292 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 01 十二月 2020 09:37:11 +0800 Subject: [PATCH] 2020-12-1 --- HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/AddTarget.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddTarget.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/AddTarget.cs similarity index 98% rename from HDL_ON/UI/UI2/3-Intelligence/Automation/AddTarget.cs rename to HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/AddTarget.cs index b8f1cc4..f11d554 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddTarget.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/AddTarget.cs @@ -105,11 +105,15 @@ }; dateView.frameLayout.AddChidren(verticalRefresh); - //瀹氫箟涓�涓眬閮ㄥ彉閲忚褰曢�変腑鐘舵�� Button buttonClick = new Button(); HDL_ON.Entity.Scene sceneSelecetd = null; var sceneList = LogicMethod.GetSceneList(); + verticalRefresh.BeginHeaderRefreshingAction += () => + { + //鍏抽棴鍒锋柊View锛� + verticalRefresh.EndHeaderRefreshing(); + }; for (int i = 0; i < sceneList.Count; i++) { var scene = sceneList[i]; -- Gitblit v1.8.0