| | |
| | | frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEventOnly);
|
| | | if (tempDevice != null)
|
| | | {
|
| | | btnRoom.Text = Common.Room.CurrentRoom.GetRoomNameByDevice(tempDevice);
|
| | | btnRoom.Text = HdlRoomLogic.Current.GetRoomNameByDevice(tempDevice);
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | 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;
|