| | |
| | | { |
| | | Y = topView.fLayout.Bottom, |
| | | Height = Application.GetRealHeight(H_W.H - H_W.T_Height), |
| | | |
| | | }; |
| | | this.AddChidren(vv); |
| | | |
| | | //进来默认播放器界面 |
| | | //this.SwitchUI(IntType.Player); |
| | | } |
| | |
| | | { |
| | | this.remoteControlList = SendMethod.Current.GetRemoteControlLits(this.device.deviceId); |
| | | this.sequencerList = SendMethod.Current.GetSequencerLits(this.device.deviceId); |
| | | TestData(this.remoteControlList); |
| | | //TestData(this.remoteControlList); |
| | | } |
| | | catch { } |
| | | finally |
| | |
| | | conditionView.SingleSelectionShow(this, deviceTypeList, "设备选择", ccurrnetDeviceStr |
| | | , (index) => |
| | | { |
| | | if (this.indexValue == index) |
| | | { |
| | | //同一个设备不处理; |
| | | return; |
| | | } |
| | | var remoteControl = deviceTypeList[index]; |
| | | this.indexValue = index; |
| | | this.currnetIntType = (IntType)remoteControl.type; |