From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 30 八月 2022 09:37:38 +0800 Subject: [PATCH] 合并了IOS的代码 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection2Form.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection2Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection2Form.cs index 37e0226..6f9c403 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection2Form.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection2Form.cs @@ -38,12 +38,12 @@ btnNext.ButtonClickEvent += (sender, e) => { //濡傛灉涓嶆槸鐑偣妯″紡 - if (HdlWifiLogic.Current.IsGatewayHotspot == false) - { - //閫夋嫨hdlZigbeeGW-xxxx缃戠粶 - this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet)); - return; - } + //if (HdlWifiLogic.Current.IsGatewayHotspot == false) + //{ + // //閫夋嫨hdlZigbeeGW-xxxx缃戠粶 + // this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet)); + // return; + //} var errorMsg = HdlWifiLogic.Current.StartApTcpConnection(); if (errorMsg != null) { @@ -55,10 +55,10 @@ this.AddFromAndRemoveNowForm(form); }; //濡傛灉涓嶆槸缃戝叧鐑偣 - if (HdlWifiLogic.Current.IsGatewayHotspot == false) - { - btnNext.Visible = false; - } + //if (HdlWifiLogic.Current.IsGatewayHotspot == false) + //{ + // btnNext.Visible = false; + //} //鍥剧墖 var framePic = new FrameLayout(); -- Gitblit v1.8.0