From 78ba28666b686329661f4a8fded423af94bbfb84 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 3 Sep 2023 17:35:54 +0300 Subject: Job Resume Manager. --- 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 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; /// /// Gets the main PPC settings. -- cgit v1.3.1