aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-09-03 17:35:54 +0300
committerRoy <Roy.mail.net@gmail.com>2023-09-03 17:35:54 +0300
commit78ba28666b686329661f4a8fded423af94bbfb84 (patch)
treedea73edeffb65d5005bee12e09726c33e44992f8 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
parentc66acc359b311ecc940f3c4e74bd9e21dc0bfd51 (diff)
downloadTango-78ba28666b686329661f4a8fded423af94bbfb84.tar.gz
Tango-78ba28666b686329661f4a8fded423af94bbfb84.zip
Job Resume Manager.
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 b54289813..7064a48e1 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
@@ -20,6 +20,7 @@ using Tango.PPC.Common.Printing;
using Tango.PPC.Common.RemoteAssistance;
using Tango.PPC.Common.RemoteDesktop;
using Tango.PPC.Common.RemoteJobUpload;
+using Tango.PPC.Common.Resume;
using Tango.PPC.Common.Storage;
using Tango.PPC.Common.Synchronization;
using Tango.PPC.Common.ThreadLoading;
@@ -145,6 +146,9 @@ namespace Tango.PPC.Common
[TangoInject]
public IBuildProvider BuildProvider { get; set; }
+ [TangoInject]
+ public IJobResumeManager JobResumeManager { get; set; }
+
private PPCSettings _settings;
/// <summary>
/// Gets the main PPC settings.