From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayUploadAndDownLoadForm.cs | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayUploadAndDownLoadForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayUploadAndDownLoadForm.cs index 8a72fa4..4a3bdfb 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayUploadAndDownLoadForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayUploadAndDownLoadForm.cs @@ -91,21 +91,17 @@ this.ShowMassage(ShowMsgType.Error, msg); return; } + //鐢熸垚涓�涓脊绐楃敾闈� - var dialogForm = new DialogInputControl(); - //涓婁紶鏁版嵁 - dialogForm.SetTitleText(Language.StringByID(R.MyInternationalizationString.uUploadData)); - //璇疯緭鍏ュ娉ㄥ悕绉� - dialogForm.SetTipText(Language.StringByID(R.MyInternationalizationString.uPleaseInpuBackup)); - //鎸変笅纭鎸夐挳 - dialogForm.ComfirmClickEvent += ((textValue) => + this.ShowDialogInputForm(Language.StringByID(R.MyInternationalizationString.uUploadData), + Language.StringByID(R.MyInternationalizationString.uPleaseInpuBackupName), null, (contr, textValue) => { //鐢婚潰鍏抽棴 - dialogForm.CloseDialog(); + contr.CloseDialog(); HdlThreadLogic.Current.RunThread(() => { //涓婁紶澶囦唤 - HdlGatewayBackupLogic.Current.DoBackupGateway(this.realGateway, textValue); + HdlGatewayBackupLogic.Current.DoBackupGateway(this.realGateway.GwId, textValue); }); }); }; -- Gitblit v1.8.0