| | |
| | |
|
| | | //请选择网络
|
| | | var btnTitle = new NormalViewControl(600, 64, true);
|
| | | btnTitle.X = ControlCommonResourse.XXLeft;
|
| | | btnTitle.X = HdlControlResourse.XXLeft;
|
| | | btnTitle.Y = Application.GetRealHeight(30);
|
| | | btnTitle.TextSize = 15;
|
| | | btnTitle.TextID = R.MyInternationalizationString.uPleaseSelectNetwork;
|
| | |
| | | };
|
| | |
|
| | | var btnMsg = new NormalViewControl(btnPsw.txtInput.Width, false);
|
| | | btnMsg.X = ControlCommonResourse.XXLeft;
|
| | | btnMsg.X = HdlControlResourse.XXLeft;
|
| | | btnMsg.Y = frameBack.Bottom + Application.GetRealHeight(23);
|
| | | btnMsg.TextSize = 12;
|
| | | btnMsg.Height = Application.GetRealHeight(40);
|
| | |
| | | //开始Wi-Fi配网
|
| | | HdlWifiLogic.Current.StartSmartConnection(rowWifi.Text, btnPsw.Text, "");
|
| | | var form = new WirelessUdpSearchForm();
|
| | | this.AddFromAndRemoveNowForm(form);
|
| | | this.AddFormAndCloseNowForm(form);
|
| | | };
|
| | | }
|
| | |
|