Implemented Queues and folder monitors.
This commit is contained in:
@@ -16,6 +16,13 @@ namespace BodyshopUploader.ViewModels
|
||||
set { SetProperty(ref _progress, value); }
|
||||
}
|
||||
|
||||
private ObservableCollection<Utils.CIECAMonitor> _folderMonitors = new ObservableCollection<Utils.CIECAMonitor>() ;
|
||||
public ObservableCollection<Utils.CIECAMonitor> FolderMonitors
|
||||
{
|
||||
get { return _folderMonitors; }
|
||||
set { SetProperty(ref _folderMonitors, value); }
|
||||
}
|
||||
|
||||
private ObservableCollection<string> _monitoringPaths = Properties.Settings.Default.MonitoringPaths ;
|
||||
public ObservableCollection<string> MonitoringPaths
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user