gxc
2019-10-17 1f65fe366062b3f2cda6b03e1849afce6d2646f8
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