| | |
| | | }
|
| | | this.memberInfo.IsAllowRemoteCtrl = !btnSwitch.IsSelected;
|
| | |
|
| | | Application.RunOnMainThread(() =>
|
| | | HdlThreadLogic.Current.RunMain(() =>
|
| | | {
|
| | | btnSwitch.CanClick = true;
|
| | | btnSwitch.IsSelected = !btnSwitch.IsSelected;
|
| | |
| | | {
|
| | | var pra = new AccountInfoPra();
|
| | | pra.Account = memberInfo.Account;
|
| | | var result = UserCenterLogic.GetByteResponseDataByRequestHttps("ZigbeeUsers/GetSubAccountInfo", false, pra);
|
| | | var result = UserCenterLogic.GetByteResponseDataByRequestHttps("ZigbeeUsers/GetSubAccountInfo", false, pra, new List<string> { "NotCheck" }, false);
|
| | | if (result == null)
|
| | | {
|
| | | return;
|