From 5ab455fb09c659e92ad4de41ec7472e2b8e48499 Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 1 Nov 2022 17:58:50 +0200 Subject: Hot folder impl completed. --- 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 a192f4d92..cdbfa909d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -18,6 +18,7 @@ using Tango.PPC.Common.Notifications; using Tango.PPC.Common.Printing; using Tango.PPC.Common.RemoteAssistance; using Tango.PPC.Common.RemoteDesktop; +using Tango.PPC.Common.RemoteJobUpload; using Tango.PPC.Common.Storage; using Tango.PPC.Common.Synchronization; using Tango.PPC.Common.ThreadLoading; @@ -137,6 +138,9 @@ namespace Tango.PPC.Common [TangoInject] public IBitManager BitManager { get; set; } + [TangoInject] + public IRemoteJobUploadService RemoteJobUploadService { get; set; } + private PPCSettings _settings; /// /// Gets the main PPC settings. -- cgit v1.3.1