From 528c105b3aea0e6e00477365f16f57c1e3d7eb1c Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 24 十月 2019 15:31:28 +0800
Subject: [PATCH] 2019-10-24-3

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs
index e7a053c..e1d408c 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs
@@ -64,7 +64,7 @@
             Panel.KeyNum keyNum = (Panel.KeyNum)panel.DeviceEpoint;
             var result = await panel.GetPanelColorInfoAsync(keyNum);
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -132,7 +132,7 @@
             var result = await panel.GetPanelSwitchLevelAsync();
             panel = null;
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -167,7 +167,7 @@
             var result = await panel.SetKeyLevelAsync(directionsLevel, backlightLevel);
             panel = null;
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowTipMsg(error);
@@ -223,7 +223,7 @@
             panel = null;
 
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -262,7 +262,7 @@
             var result = await panel.SetKeyModeAsync(modeEnable, modeTime, level);
             panel = null;
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -320,7 +320,7 @@
             panel = null;
 
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -452,7 +452,7 @@
         {
             var result = await panel.GetPanelPrivateFunctionsAsync(parameter);
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);
@@ -488,7 +488,7 @@
         {
             var result = await panel.ConfigureHdlKeyValueAsync((Panel.KeyMode)i_value);
             //鍏遍�氶敊璇娴�
-            string error = UserCenterLogic.CheckCommonErrorCode(result);
+            string error = HdlCheckLogic.Current.CheckCommonErrorCode(result);
             if (error != null)
             {
                 this.ShowErrorMsg(error);

--
Gitblit v1.8.0