| | |
| | | bodyFrameLayout.AddChidren(frameBack);
|
| | | //房间列表
|
| | | var btnTitle = new NormalViewControl(800, 60, true);
|
| | | btnTitle.X = HdlControlResourse.XXLeft;
|
| | | btnTitle.X = ControlCommonResourse.XXLeft;
|
| | | btnTitle.Y = Application.GetRealHeight(52);
|
| | | btnTitle.TextID = R.MyInternationalizationString.RoomList;
|
| | | btnTitle.TextColor = UserCenterColor.Current.TextColor2;
|
| | |
| | | //获取房间全部设备
|
| | | foreach (var deviceKeys in listRoom[i].ListDevice)
|
| | | {
|
| | | var device = HdlDeviceCommonLogic.Current.GetDevice(deviceKeys);
|
| | | var device = Common.LocalDevice.Current.GetDevice(deviceKeys);
|
| | | if (device == null || memberShardInfo.dicAllShardKeys.ContainsKey(device.FilePath) == true)
|
| | | {
|
| | | //异常
|
| | |
| | | }
|
| | | foreach (var deviceKeys in room.ListDevice)
|
| | | {
|
| | | var device = HdlDeviceCommonLogic.Current.GetDevice(deviceKeys);
|
| | | var device = Common.LocalDevice.Current.GetDevice(deviceKeys);
|
| | | if (device == null)
|
| | | {
|
| | | continue;
|