From 7d9ab3b87aed944167d77244b00fbdd4224725e2 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 14 Nov 2024 14:30:42 +0200 Subject: Added support for SMS notifications on TS & X4. --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs index 7064a48e1..436b82d01 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -21,6 +21,7 @@ using Tango.PPC.Common.RemoteAssistance; using Tango.PPC.Common.RemoteDesktop; using Tango.PPC.Common.RemoteJobUpload; using Tango.PPC.Common.Resume; +using Tango.PPC.Common.SMS; using Tango.PPC.Common.Storage; using Tango.PPC.Common.Synchronization; using Tango.PPC.Common.ThreadLoading; @@ -149,6 +150,9 @@ namespace Tango.PPC.Common [TangoInject] public IJobResumeManager JobResumeManager { get; set; } + [TangoInject] + public ISMSNotificationProvider SMSNotificationProvider { get; set; } + private PPCSettings _settings; /// /// Gets the main PPC settings. -- cgit v1.3.1