| | |
| | | var listDevice = Common.LocalDevice.Current.GetDevicesByMac(this.deviceMac);
|
| | | //图标
|
| | | btnIcon = frameTable.AddLeftIcon(81);
|
| | | Common.LocalDevice.Current.SetDeviceBeloneIconToControl(btnIcon, listDevice);
|
| | | Common.LocalDevice.Current.SetDeviceObjectIconToControl(btnIcon, listDevice);
|
| | |
|
| | | //设备
|
| | | string deviceName = Common.LocalDevice.Current.GetDeviceMacName(listDevice[0]);
|
| | |
| | |
|
| | | var listDevice = Common.LocalDevice.Current.GetDevicesByMac(this.deviceMac);
|
| | | //图标
|
| | | Common.LocalDevice.Current.SetDeviceBeloneIconToControl(btnIcon, listDevice);
|
| | | Common.LocalDevice.Current.SetDeviceObjectIconToControl(btnIcon, listDevice);
|
| | | //设备
|
| | | btnDeviceName.Text = Common.LocalDevice.Current.GetDeviceMacName(listDevice[0]);
|
| | | //设备房间
|