From 466d9904486acf9d1d5082298f1541579fff262d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 09 七月 2021 12:24:11 +0800
Subject: [PATCH] 最后的版本
---
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