From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十一月 2020 16:49:50 +0800
Subject: [PATCH] 新云端的代码Ver1.0

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/AddNewSharedListRoomForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/AddNewSharedListRoomForm.cs
index 6f0377a..060a68b 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/AddNewSharedListRoomForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/SharedContent/AddNewSharedListRoomForm.cs
@@ -76,7 +76,7 @@
             bodyFrameLayout.AddChidren(frameBack);
             //鎴块棿鍒楄〃
             var btnTitle = new NormalViewControl(800, 60, true);
-            btnTitle.X = ControlCommonResourse.XXLeft;
+            btnTitle.X = HdlControlResourse.XXLeft;
             btnTitle.Y = Application.GetRealHeight(52);
             btnTitle.TextID = R.MyInternationalizationString.RoomList;
             btnTitle.TextColor = UserCenterColor.Current.TextColor2;
@@ -333,7 +333,7 @@
                 //鑾峰彇鎴块棿鍏ㄩ儴璁惧
                 foreach (var deviceKeys in listRoom[i].ListDevice)
                 {
-                    var device = Common.LocalDevice.Current.GetDevice(deviceKeys);
+                    var device = HdlDeviceCommonLogic.Current.GetDevice(deviceKeys);
                     if (device == null || memberShardInfo.dicAllShardKeys.ContainsKey(device.FilePath) == true)
                     {
                         //寮傚父
@@ -440,7 +440,7 @@
             }
             foreach (var deviceKeys in room.ListDevice)
             {
-                var device = Common.LocalDevice.Current.GetDevice(deviceKeys);
+                var device = HdlDeviceCommonLogic.Current.GetDevice(deviceKeys);
                 if (device == null)
                 {
                     continue;

--
Gitblit v1.8.0