Class LoginSetting
登录
public class LoginSetting : Setting<LoginSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
LoginSetting
- Implements
- Inherited Members
- Extension Methods
Properties
AutomaticLogin
开机自动启动
[Display(Name = "启动时自动登录")]
public bool AutomaticLogin { get; set; }
Property Value
AutomaticSavePasswod
开机自动启动
[Display(Name = "自动保存密码")]
public bool AutomaticSavePasswod { get; set; }
Property Value
AutomaticStart
开机自动启动
[Display(Name = "开机自动启动")]
public bool AutomaticStart { get; set; }