| | |
| | | // listView.Height = bodyFrameLayout.Height;
|
| | | // bodyFrameLayout.AddChidren(listView);
|
| | |
|
| | | // new System.Threading.Thread(() =>
|
| | | // HdlThreadLogic.Current.Run(() =>
|
| | | // {
|
| | | // //从云端获取数据
|
| | | // this.SetBackupInfoToForm();
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | #endregion
|
| | |
| | | ///// <param name="BackupClassId"></param>
|
| | | //public void LoadBackupInfo(string BackupClassId)
|
| | | //{
|
| | | // new System.Threading.Thread(async () =>
|
| | | // HdlThreadLogic.Current.Run(async () =>
|
| | | // {
|
| | | // //获取网关上面存在的全部文件
|
| | | // var listFile = await this.GetGatewayFileFromGateway();
|
| | |
| | | // //网关恢复成功
|
| | | // string msg = Language.StringByID(R.MyInternationalizationString.uGatewayFileRecoverSuccess);
|
| | | // this.ShowNormalMsg(msg);
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | //#endregion
|
| | |
| | | // appendText = Language.StringByID(R.MyInternationalizationString.uDataUpLoad);
|
| | | // ProgressBar.SetAppendText(appendText);
|
| | |
|
| | | // new System.Threading.Thread(async () =>
|
| | | // HdlThreadLogic.Current.Run(async () =>
|
| | | // {
|
| | | // //上传数据到云端
|
| | | // directory = UserCenterLogic.CombinePath(directory);
|
| | |
| | |
|
| | | // //刷新画面
|
| | | // this.SetBackupInfoToForm();
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | // });
|
| | | //}
|
| | |
|
| | | //#endregion
|
| | |
| | | // {
|
| | | // return null;
|
| | | // }
|
| | | |
| | |
|
| | | // int timeOutCount = 0;
|
| | | // bool receiving = false;
|
| | |
|