领胜LDS 键盘AOI检测项目
wells.liu
2020-07-13 b2a5e60d5df66bc8a6be7e12eded1f7e923e9196
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)
        {