From 9a4629512ccf8359efd88671c9317c3cc7faf0c8 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 29 八月 2022 16:46:40 +0800 Subject: [PATCH] Merge branch 'dev' into dev-temp --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs index 6b33c67..6ba380d 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection3Form.cs @@ -42,12 +42,12 @@ btnNext.ButtonClickEvent += (sender, e) => { //濡傛灉杩樻槸鐑偣妯″紡 - if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true) - { - //璇烽摼鎺ュ搴璚ifi - this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi)); - return; - } + //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == true) + //{ + // //璇烽摼鎺ュ搴璚ifi + // this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseLinkHomeWifi)); + // return; + //} this.CloseForm(); var form = new MiniGatewaySearchForm(); form.AddForm(); -- Gitblit v1.8.0