黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -152,15 +152,11 @@
            this.InitForm();
            //强制显示界面,初始化完框架后,就直接显示界面
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunMainInThread(() =>
            {
                Application.RunOnMainThread(() =>
                {
                    //执行ShowForm()方法
                    this.LoadShowFormMethod(parameter);
                });
            })
            { IsBackground = true }.Start();
                //执行ShowForm()方法
                this.LoadShowFormMethod(parameter);
            });
        }
        #endregion