From b800fbdf874cdc75ddc137ea2c22ac2c25d8b45c Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期二, 26 十一月 2019 10:10:37 +0800
Subject: [PATCH] 2019.11.26

---
 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