From ff3cfcf62632bf43e51a6b6098c203bf0f5cddbc Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 24 十二月 2019 19:53:29 +0800 Subject: [PATCH] 2019.12.24 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpDirectionForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpDirectionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpDirectionForm.cs index 6b8ee67..9cbc6b4 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpDirectionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpDirectionForm.cs @@ -64,6 +64,7 @@ btnSettion.Text = Language.StringByID(R.MyInternationalizationString.uGotoSettion); btnSettion.ButtonClickEvent += (sender, e) => { + HdlWifiLogic.Current.OpenAppWifiSettion(); }; bodyFrameLayout.AddChidren(btnSettion); //搴曠嚎 @@ -81,7 +82,6 @@ var form = new DeviceDirection.DeviceDirectionHelpForm(); form.AddForm("WirelessUdp"); }; - bodyFrameLayout.AddChidren(btnHelp); //涓嬩竴姝� var btnNext = new BottomClickButton(); @@ -89,8 +89,8 @@ bodyFrameLayout.AddChidren(btnNext); btnNext.ButtonClickEvent += (sender, e) => { - var form = new Device.DeviceSearchForm(); - form.AddForm(this.FormID); + var form = new WirelessUdpSelectNetworkForm(); + this.AddFromAndRemoveNowForm(form); }; } -- Gitblit v1.8.0