aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-01 17:58:50 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-01 17:58:50 +0200
commit5ab455fb09c659e92ad4de41ec7472e2b8e48499 (patch)
tree77a6786eee4e5ae07d9b2b8e14fca7d8a6b3bcc3 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
parenta8a1e530d7fb014a92b39e7414385b02691236a8 (diff)
downloadTango-5ab455fb09c659e92ad4de41ec7472e2b8e48499.tar.gz
Tango-5ab455fb09c659e92ad4de41ec7472e2b8e48499.zip
Hot folder impl completed.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs4
1 files changed, 4 insertions, 0 deletions
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;
/// <summary>
/// Gets the main PPC settings.