W10 Toasts

This commit is contained in:
Patrick Fic
2020-01-31 09:23:06 -08:00
parent 8cdb41f59b
commit 5fce4904df
5 changed files with 180 additions and 38 deletions

View File

@@ -6,6 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using BodyshopUploader.Utils.Growls;
using BodyshopUploader.Models;
using BodyshopUploader.Utils;
namespace BodyshopUploader.ViewModels
{
@@ -13,6 +14,8 @@ namespace BodyshopUploader.ViewModels
{
public GrowlNotification Growler;
private System.Timers.Timer _updateCheckTimer = new System.Timers.Timer(60 * 1000);
NotificationService notificationService = new NotificationService();
private ObservableCollection<Monitor> _monitoringPaths = new ObservableCollection<Monitor>();
public ObservableCollection<Monitor> MonitoringPaths