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) {