From af0266fa5570b6adcdb22f631bf13170e8646ca5 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期一, 28 十月 2019 14:15:21 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into DEV_GXC

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/GatewayProductInfoForm.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/GatewayProductInfoForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/GatewayProductInfoForm.cs
index ea27de1..31c7aa8 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/GatewayProductInfoForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/GatewayProductInfoForm.cs
@@ -125,6 +125,8 @@
                 btnHelp.Text = Language.StringByID(R.MyInternationalizationString.uMoreSettion);
                 btnHelp.ButtonClickEvent += (sender, e) =>
                 {
+                    var form = new GatewayManage.GatewayInfoEditorForm();
+                    this.AddFromAndRemoveNowForm(form, zbGateway);
                 };
                 bodyFrameLayout.AddChidren(btnHelp);
                 //搴曠嚎

--
Gitblit v1.8.0