Base squirrel config.

This commit is contained in:
Patrick Fic
2020-01-30 22:02:12 -08:00
parent 06b516a5b8
commit 8cdb41f59b
6 changed files with 171 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ namespace BodyshopUploader.ViewModels
public partial class MainViewModel : BaseViewModel
{
public GrowlNotification Growler;
private System.Timers.Timer _updateCheckTimer = new System.Timers.Timer(60 * 1000);
private ObservableCollection<Monitor> _monitoringPaths = new ObservableCollection<Monitor>();
public ObservableCollection<Monitor> MonitoringPaths