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/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