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/Device/Logic/OneLogic.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs b/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs
index 90df1c8..fc9b3c8 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs
@@ -206,7 +206,7 @@
                             {
                                 deviceinof = new CommonDevice();
                             }
-                            actiondevice.deviceNameBtn.Text = LocalDevice.Current.GetDeviceEpointName(deviceinof);
+                            actiondevice.deviceNameBtn.Text = HdlDeviceCommonLogic.Current.GetDeviceEpointName(deviceinof);
                             actiondevice.deviceNameBtn.Visible = true;
                             actiondevice.regionNameBtn.Visible = true;
                             Method.RoomNmae(actiondevice.regionNameBtn, deviceinof);
@@ -342,7 +342,7 @@
             this.AddChidren(flMain);
             CompleteView completeView = new CompleteView();
             flMain.AddChidren(completeView.Show(1));
-            // completeView.Btntitle.Text =LocalDevice.Current.GetDeviceEpointName(common);
+            // completeView.Btntitle.Text =HdlDeviceCommonLogic.Current.GetDeviceEpointName(common);
             completeView.Btntitle.TextID = MyInternationalizationString.openmode;
             EventHandler<MouseEventArgs> clickcancel = (sender, e) =>
             {

--
Gitblit v1.8.0