Added processing of XML.

This commit is contained in:
Patrick Fic
2020-05-28 09:08:34 -07:00
parent 68418474ae
commit be049fe4f6
3 changed files with 55 additions and 9 deletions

View File

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