aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
index 6ce738c24..8513d18ac 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModelLocator.cs
@@ -30,6 +30,7 @@ using Tango.PPC.Common.RemoteActions;
using Tango.PPC.Common.RemoteAssistance;
using Tango.PPC.Common.RemoteDesktop;
using Tango.PPC.Common.RemoteJob;
+using Tango.PPC.Common.RemoteNotifications;
using Tango.PPC.Common.SQL;
using Tango.PPC.Common.Storage;
using Tango.PPC.Common.Synchronization;
@@ -105,6 +106,7 @@ namespace Tango.PPC.UI
TangoIOC.Default.Unregister<IThreadLoadingService>();
TangoIOC.Default.Unregister<IDataStoreService>();
TangoIOC.Default.Unregister<IBitManager>();
+ TangoIOC.Default.Unregister<IRemoteNotificationsService>();
if (App.StartupArgs != null && App.StartupArgs.Contains("-webDebug"))
{
@@ -150,6 +152,7 @@ namespace Tango.PPC.UI
TangoIOC.Default.Register<IThreadLoadingService, DefaultThreadLoadingService>();
TangoIOC.Default.Register<IDataStoreService, DefaultDataStoreService>();
TangoIOC.Default.Register<IBitManager, DefaultBitManager>();
+ TangoIOC.Default.Register<IRemoteNotificationsService, DefaultRemoteNotificationsService>();
TangoIOC.Default.Register<LoadingViewVM>();
TangoIOC.Default.Register<MainViewVM>();