From eb424d24e39bab4a245725f35deab3f234ea0f13 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 13 十二月 2019 10:48:50 +0800
Subject: [PATCH] 2019.12.13
---
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