领胜LDS 键盘AOI检测项目
patrick.xu
2021-02-20 78289c64a16dd02cc9fec595bf758a9e30a30926
src/Bro.UI.Model.Winform/UI/DockContent/MenuFrmBase.cs
@@ -27,6 +27,7 @@
                    _constructionDoneHandle.Wait();
                    OnProcessUpdated();
                    //_constructionDoneHandle.Reset();
                }
            }
        }
@@ -81,7 +82,7 @@
        #endregion
        #region Login
        protected bool IsLogin { get; set; }
        protected virtual bool IsLogin { get; set; }
        public virtual void SetLoginStatus(bool isLogin)
        {