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/MiniGatewayDirection2Form.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection2Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection2Form.cs index 34581b6..ab998db 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection2Form.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/MiniGatewayDirection2Form.cs @@ -38,12 +38,12 @@ btnNext.ButtonClickEvent += (sender, e) => { //濡傛灉涓嶆槸鐑偣妯″紡 - if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false) - { - //璇烽�夋嫨hdlZigbeeGW-xxxx缃戠粶 - this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet)); - return; - } + //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false) + //{ + // //璇烽�夋嫨hdlZigbeeGW-xxxx缃戠粶 + // this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.uPleaseSelectGatewayXXNet)); + // return; + //} var errorMsg = HdlWifiLogic.Current.StartApTcpConnection(); if (errorMsg != null) { @@ -56,10 +56,10 @@ form.AddForm(); }; //濡傛灉涓嶆槸Mini缃戝叧鐑偣 - if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false) - { - btnNext.Visible = false; - } + //if (HdlWifiLogic.Current.IsMiniGatewayHotspot == false) + //{ + // btnNext.Visible = false; + //} //鍥剧墖 var framePic = new FrameLayout(); -- Gitblit v1.8.0