代码重构,winform和wpf登录系统的逻辑进行提炼

This commit is contained in:
dathlin
2017-09-16 13:29:33 +08:00
parent 6e7da51f2f
commit 060968cdc2
16 changed files with 774 additions and 371 deletions

View File

@@ -48,8 +48,7 @@ namespace CommonLibrary
/// </summary>
public string Announcement { get; set; } = "测试公告";
/// <summary>
/// 是否允许账户登录
/// 超级管理员账户除外
/// 是否允许账户登录,超级管理员账户除外
/// </summary>
public bool Can_Account_Login { get; set; } = true;
/// <summary>