| | |
| | | new Alert ("", Language.StringByID (R.MyInternationalizationString.SwitchRegionSuccessfully), |
| | | Language.StringByID (R.MyInternationalizationString.Close)).Show (); |
| | | this.DatabackupShow (); |
| | | EquipmentPublicClass.CheckLinkRemote (2); |
| | | EquipmentPublicClass.CheckLinkRemote (UserConfig.Instance.internetStatus); |
| | | }); |
| | | } catch (Exception ex) { |
| | | Application.RunOnMainThread (() => { |
| | |
| | | this.RemoveFromParent (); |
| | | CommonPage.IsRemote = false; |
| | | UserMiddle.Init (); |
| | | EquipmentPublicClass.CheckLinkRemote (2); |
| | | EquipmentPublicClass.CheckLinkRemote (UserConfig.Instance.internetStatus); |
| | | new Alert ("", Language.StringByID (R.MyInternationalizationString.RestoreFileIsSuccessfull), |
| | | Language.StringByID (R.MyInternationalizationString.Close)).Show (); |
| | | }); |