| | |
| | |
|
| | | //图片
|
| | | var framePic = new FrameLayout();
|
| | | framePic.Width = Application.GetMinRealAverage(392);
|
| | | framePic.Height = Application.GetMinRealAverage(259);
|
| | | framePic.Width = this.GetPictrueRealSize(392);
|
| | | framePic.Height = this.GetPictrueRealSize(259);
|
| | | framePic.Gravity = Gravity.CenterHorizontal;
|
| | | framePic.Y = Application.GetRealHeight(426);
|
| | | framePic.BackgroundImagePath = "Gateway/WirelessApDirection.png";
|
| | |
| | | btnNext.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | var form = new WirelessApDirection2Form();
|
| | | this.AddFromAndRemoveNowForm(form);
|
| | | this.AddFormAndCloseNowForm(form);
|
| | | };
|
| | | }
|
| | |
|