| | |
| | | // btnBackup.Text = txtValue;
|
| | | // statuBackupRow.AddChidren(btnBackup);
|
| | |
|
| | | // statuBackupRow.AddRightIconControl();
|
| | | // statuBackupRow.AddRightArrow();
|
| | | // statuBackupRow.MouseUpEvent += (sender, e) =>
|
| | | // {
|
| | | // //确认是否上传数据到服务器?
|
| | |
| | | // btnNext.TextID = R.MyInternationalizationString.uTemporaryStopRemind;
|
| | | // statuNextRow.AddChidren(btnNext);
|
| | |
|
| | | // statuNextRow.AddRightIconControl();
|
| | | // statuNextRow.AddRightArrow();
|
| | | // statuNextRow.MouseUpEvent += (sender, e) =>
|
| | | // {
|
| | | // HdlAutoBackupLogic.SaveBackupNotPrompted(false, 3);
|
| | |
| | | // btnNotReminder.TextID = R.MyInternationalizationString.uNotPrompted;
|
| | | // statuNotRow.AddChidren(btnNotReminder);
|
| | |
|
| | | // statuNotRow.AddRightIconControl();
|
| | | // statuNotRow.AddRightArrow();
|
| | | // statuNotRow.MouseUpEvent += (sender, e) =>
|
| | | // {
|
| | | // //确认不再提示?
|
| | |
| | | //public void UpLoadBackupInfo()
|
| | | //{
|
| | | // //回避界面卡死问题
|
| | | // new System.Threading.Thread(() =>
|
| | | // HdlThreadLogic.Current.Run(() =>
|
| | | // {
|
| | | // //上传数据
|
| | | // this.UpLoadBackupInfoAsync();
|
| | | // })
|
| | | // { IsBackground = true }.Start();
|
| | | |
| | | // });
|
| | |
|
| | | //}
|
| | |
|
| | | ///// <summary>
|