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/HdlUserCenterLogic.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
index bb2f4c2..2061215 100644
--- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlUserCenterLogic.cs
@@ -44,9 +44,9 @@
             //鍒锋柊浣忓畢瀵硅薄
             RefreshHomeObject();
             //鏍规嵁妯℃澘鏂囦欢,鎭㈠鏁版嵁
-            TemplateData.TemplateCommonLogic.Current.RecoverDataByTemplateBinFile();
+            HdlTemplateCommonLogic.Current.RecoverDataByTemplateBinFile();
             //寮哄埗鐢熸垚璁惧鍜岀綉鍏虫枃浠�
-            TemplateData.TemplateCommonLogic.Current.CreatDeviceAndGatewayFileFromMemoryByForce();
+            HdlTemplateCommonLogic.Current.CreatDeviceAndGatewayFileFromMemoryByForce();
             //鍒锋柊鏈湴缃戝叧鏂囦欢
             HdlGatewayLogic.Current.ReFreshByLocal();
             //鍒锋柊鏈湴璁惧
@@ -169,7 +169,7 @@
             int result = -1;
             if (hadNet == 1)
             {
-                result = HdlAutoBackupLogic.SynchronizeDbAutoBackupData();
+                result = HdlBackupLogic.Current.SynchronizeDbAutoBackupData();
             }
 
             //鍒濆鍖栨湰鍦扮殑缃戝叧淇℃伅
@@ -200,7 +200,7 @@
             if (result == 0 && i_isLogin == true)
             {
                 //寮�鍚嚜鍔ㄥ浠�
-                HdlAutoBackupLogic.ShowAutoBackupPromptedForm();
+                HdlBackupLogic.Current.ShowAutoBackupPromptedForm();
             }
             //鏄剧ず寮曞鐣岄潰
             HdlFormLogic.Current.ShowGuideForm(result);

--
Gitblit v1.8.0