From 05ce435c3b58e53eeab04c672affdeeab75f3036 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 15 十一月 2019 14:41:39 +0800 Subject: [PATCH] 2019.11.15-1 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs index 6b3fb19..bc006ad 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs @@ -104,6 +104,8 @@ rowData.frameTable.AddBottomLine(); rowData.frameTable.ButtonClickEvent += (sender, e) => { + var form = new GatewayUploadAndDownLoadForm(); + form.AddForm(HdlGatewayLogic.Current.GetGatewayId(this.zbGateway)); }; //閫氱敤淇℃伅 @@ -138,6 +140,8 @@ rowUpDate.ButtonClickEvent += (sender, e) => { btnNewVersion.Visible = false; + var form = new GatewayUpdate.GatewayFirmwareInfoForm(); + form.AddForm(zbGateway); }; //鍒濆鍖栨甯冨畬鎴� -- Gitblit v1.8.0