gxc
2019-12-30 b129359c5a0df75f63d9131e5e41d3060ac38cc3
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs
@@ -402,7 +402,7 @@
        /// <summary>
        /// 界面关闭
        /// </summary>
        public override void CloseForm()
        public override void CloseFormBefore()
        {
            ZigBee.Common.Application.IsSearchingGateway = false;
            //停止Wi-Fi配网
@@ -413,7 +413,7 @@
                //刷新主页
                UserView.UserPage.Instance.Fresh();
            }
            base.CloseForm();
            base.CloseFormBefore();
        }
        #endregion