diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-30 14:32:08 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-30 14:32:08 +0300 |
| commit | a880f38b7f44efb2aabee6c9e951eaa5a2563c0a (patch) | |
| tree | c36b11db044c203f6cadccae1e411fe5808d313b /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | |
| parent | 019bc4dca9a0655e5adf1e26d8e3f513563113db (diff) | |
| download | Tango-a880f38b7f44efb2aabee6c9e951eaa5a2563c0a.tar.gz Tango-a880f38b7f44efb2aabee6c9e951eaa5a2563c0a.zip | |
Working on PPC machine settings !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | 7 |
1 files changed, 7 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 1b2f298ce..b9114dba4 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.Connection; +using Tango.PPC.Common.ExternalBridge; using Tango.PPC.Common.Navigation; using Tango.PPC.Common.Notifications; using Tango.Settings; @@ -60,6 +61,12 @@ namespace Tango.PPC.Common [TangoInject] public IMachineProvider MachineProvider { get; set; } + /// <summary> + /// Gets or sets the external bridge service. + /// </summary> + [TangoInject] + public IPPCExternalBridgeService ExternalBridgeService { get; set; } + private PPCSettings _settings; /// <summary> |
