gxc
2019-10-18 d569f44a62fa915d4f01a80c21e617f676b6c5ea
ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserInformationForm.cs
@@ -301,10 +301,12 @@
        /// <summary>
        /// 自身的上层界面关闭后,它自身处于最上层时,触发的事件
        /// </summary>
        public override void FormActionAgainEvent()
        public override int FormActionAgainEvent()
        {
            //重新刷新界面
            this.ShowForm();
            return 1;
        }
        #endregion