|
|
@@ -77,9 +77,9 @@ namespace BPASmartClient.ViewModel |
|
|
|
dispatcherTimer.Start(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public int CurrentOrderCount { get { return Json<KeepDataBase>.Data.orderLists.Count; } set { OnPropertyChanged(); } } |
|
|
|
|
|
|
|
public bool AutoStart { get { return SystemHelper.GetInstance.IsAutoStart(); } set { SystemHelper.GetInstance.AutoStart(value); OnPropertyChanged(); } } |
|
|
|
|
|
|
|