黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs
@@ -33,8 +33,8 @@
            //图片
            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";
@@ -69,7 +69,7 @@
            btnNext.ButtonClickEvent += (sender, e) =>
            {
                var form = new WirelessApDirection2Form();
                this.AddFromAndRemoveNowForm(form);
                this.AddFormAndCloseNowForm(form);
            };
        }