From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3

---
 ZigbeeApp/Shared/Phone/UserCenter/Safety/GarrisonAreaDelayedSettionForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/GarrisonAreaDelayedSettionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/GarrisonAreaDelayedSettionForm.cs
index 089fab7..8643c23 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/GarrisonAreaDelayedSettionForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/GarrisonAreaDelayedSettionForm.cs
@@ -57,7 +57,7 @@
 
             //璇ュ姛鑳藉彧瀵瑰嚭鍏ラ槻鍖烘湁鏁�
             var btnTitle = new NormalViewControl(864, 50, true);
-            btnTitle.X = ControlCommonResourse.XXLeft;
+            btnTitle.X = HdlControlResourse.XXLeft;
             btnTitle.Y = Application.GetRealHeight(38);
             btnTitle.TextSize = 12;
             btnTitle.TextColor = UserCenterColor.Current.TextGrayColor2;
@@ -97,7 +97,7 @@
             //鍏抽棴杩涘害鏉�
             this.CloseProgressBar();
 
-            Application.RunOnMainThread(() =>
+            HdlThreadLogic.Current.RunMain(() =>
             {
                 //鍒濆鍖栥�愯繘鍏ュ欢鏃躲�戣
                 this.InitInDelayedRow(listView);
@@ -190,7 +190,7 @@
                 //淇敼缂撳瓨
                 this.timeResponseData.EntranceDelayTime = inDelayTime;
                 this.timeResponseData.GoOutDelayTime = OutDelayTime;
-                Application.RunOnMainThread(() =>
+                HdlThreadLogic.Current.RunMain(() =>
                 {
                     if (this.inDelayTimeControl != null)
                     {

--
Gitblit v1.8.0