diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-08 22:11:23 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-08 22:11:23 +0200 |
| commit | 75c3c7ee363064d748f4ea8e004cd7e8c1a139a0 (patch) | |
| tree | 870e0c220ea79be033ad90c8fa9c4d4f0d379668 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | |
| parent | 436ceaea56ecff755476a3796cff72e1da39dfc6 (diff) | |
| download | Tango-75c3c7ee363064d748f4ea8e004cd7e8c1a139a0.tar.gz Tango-75c3c7ee363064d748f4ea8e004cd7e8c1a139a0.zip | |
Implemented custom request handlers on transporters.
Implemented logout vm handling on FSE.
Improvements on RDP.
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 7992e6672..85de1c7f8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -16,6 +16,7 @@ using Tango.PPC.Common.Navigation; using Tango.PPC.Common.Notifications; using Tango.PPC.Common.Printing; using Tango.PPC.Common.RemoteAssistance; +using Tango.PPC.Common.RemoteDesktop; using Tango.PPC.Common.Storage; using Tango.PPC.Common.Synchronization; using Tango.Settings; @@ -116,6 +117,12 @@ namespace Tango.PPC.Common [TangoInject] public IMachineDataSynchronizer MachineDataSynchronizer { get; set; } + /// <summary> + /// Gets or sets the remote desktop service. + /// </summary> + [TangoInject] + public IRemoteDesktopService RemoteDesktopService { get; set; } + private PPCSettings _settings; /// <summary> /// Gets the main PPC settings. |
