From cc0d80c7d86c6d0167269b3408c4b30c24ce84e9 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 23 三月 2020 16:55:37 +0800 Subject: [PATCH] ??????? --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceRoomControl.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceRoomControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceRoomControl.cs index 1bb995a..f6e6474 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceRoomControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/DeviceRoomControl.cs @@ -114,7 +114,7 @@ frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEventOnly); if (tempDevice != null) { - btnRoom.Text = Common.Room.CurrentRoom.GetRoomNameByDevice(tempDevice); + btnRoom.Text = HdlRoomLogic.Current.GetRoomNameByDevice(tempDevice); } else { @@ -140,7 +140,7 @@ return; } btnDevie.Text = Common.LocalDevice.Current.GetDeviceEpointName(tempDevice); - btnRoom.Text = Common.Room.CurrentRoom.GetRoomNameByDevice(tempDevice); + btnRoom.Text = HdlRoomLogic.Current.GetRoomNameByDevice(tempDevice); string unSelectPath = string.Empty; string selectPath = string.Empty; -- Gitblit v1.8.0