From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/Common/Logic/HdlThreadLogic.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlThreadLogic.cs
similarity index 94%
rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs
rename to ZigbeeApp/Shared/Phone/Common/Logic/HdlThreadLogic.cs
index 38f98af..f72a269 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlThreadLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlThreadLogic.cs
@@ -2,7 +2,7 @@
 using System.Collections.Generic;
 using System.Text;
 
-namespace Shared.Phone.UserCenter
+namespace Shared.Phone
 {
     /// <summary>
     /// 绾跨▼閫昏緫(鍒涘缓杩欎釜涓滆タ,鏄负浜哃og鍑哄姏)
@@ -41,7 +41,7 @@
             new System.Threading.Thread(() =>
             {
                 //璁板綍璧峰綋鍓嶇晫闈紝铏界劧浼间箮娌″暐鐢�
-                string nowFormId = UserCenterResourse.NowActionFormID;
+                string nowFormId = HdlFormLogic.Current.NowActionFormID;
                 try
                 {
                     action.Invoke();
@@ -78,7 +78,7 @@
                 Application.RunOnMainThread(() =>
                 {
                     //璁板綍璧峰綋鍓嶇晫闈紝铏界劧浼间箮娌″暐鐢�
-                    string nowFormId = UserCenterResourse.NowActionFormID;
+                    string nowFormId = HdlFormLogic.Current.NowActionFormID;
                     try
                     {
                         action.Invoke();
@@ -112,7 +112,7 @@
             Application.RunOnMainThread(() =>
             {
                 //璁板綍璧峰綋鍓嶇晫闈紝铏界劧浼间箮娌″暐鐢�
-                string nowFormId = UserCenterResourse.NowActionFormID;
+                string nowFormId = HdlFormLogic.Current.NowActionFormID;
                 try
                 {
                     action.Invoke();

--
Gitblit v1.8.0