From 9ef48d7b2da7c408b53f73be0f6eef3cbac1c84a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 19 十一月 2020 10:23:45 +0800
Subject: [PATCH] Evoyo.Home1.1.0120111601_Release

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
index 8489132..a8c760c 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/BelongAreaControl.cs
@@ -54,7 +54,7 @@
         /// <param name="i_gateway">缃戝叧瀵硅薄</param>
         public void InitControl(string i_caption, ZigBee.Device.ZbGateway i_gateway)
         {
-            var room = HdlGatewayLogic.Current.GetRoomByGateway(i_gateway);
+            var room = HdlRoomLogic.Current.GetRoomByGateway(i_gateway);
             this.DoInitControl(i_caption, room);
         }
 
@@ -76,7 +76,7 @@
         /// <param name="i_listDevice">璁惧瀵硅薄</param>
         public void InitControl(string i_caption, List<ZigBee.Device.CommonDevice> i_listDevice)
         {
-            var room = Common.LocalDevice.Current.GeteRealDeviceRoom(i_listDevice[0]);
+            var room = HdlRoomLogic.Current.GeteRealDeviceRoom(i_listDevice[0]);
             this.DoInitControl(i_caption, room);
         }
 

--
Gitblit v1.8.0