From c256fc124a867707c787074c9076227341766794 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 26 Feb 2023 14:09:42 +0200 Subject: eureka_ppc --- 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 cdbfa909d..b54289813 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -8,6 +8,7 @@ using Tango.Core.DI; using Tango.PPC.Common.Application; using Tango.PPC.Common.Authentication; using Tango.PPC.Common.Bit; +using Tango.PPC.Common.Build; using Tango.PPC.Common.Connection; using Tango.PPC.Common.Connectivity; using Tango.PPC.Common.EventLogging; @@ -141,6 +142,9 @@ namespace Tango.PPC.Common [TangoInject] public IRemoteJobUploadService RemoteJobUploadService { get; set; } + [TangoInject] + public IBuildProvider BuildProvider { get; set; } + private PPCSettings _settings; /// /// Gets the main PPC settings. -- cgit v1.3.1