🎉 集成everything
This commit is contained in:
@@ -105,6 +105,23 @@ namespace GeekDesk.ViewModel
|
||||
|
||||
private bool? secondsWindow; //秒数窗口 默认打开
|
||||
|
||||
private bool? enableEveryThing;
|
||||
|
||||
|
||||
public bool? EnableEveryThing
|
||||
{
|
||||
get
|
||||
{
|
||||
if (enableEveryThing == null) enableEveryThing = false;
|
||||
return enableEveryThing;
|
||||
}
|
||||
set
|
||||
{
|
||||
enableEveryThing = value;
|
||||
OnPropertyChanged("EnableEveryThing");
|
||||
}
|
||||
}
|
||||
|
||||
#region GetSet
|
||||
|
||||
public bool? SecondsWindow
|
||||
|
||||
Reference in New Issue
Block a user