diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | 14 |
1 files changed, 14 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 dc67d2137..289683855 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -11,9 +11,11 @@ using Tango.PPC.Common.Connection; using Tango.PPC.Common.Connectivity; using Tango.PPC.Common.EventLogging; using Tango.PPC.Common.ExternalBridge; +using Tango.PPC.Common.HotSpot; using Tango.PPC.Common.Navigation; using Tango.PPC.Common.Notifications; using Tango.PPC.Common.Printing; +using Tango.PPC.Common.RemoteAssistance; using Tango.PPC.Common.Storage; using Tango.Settings; using Tango.SharedUI; @@ -84,6 +86,18 @@ namespace Tango.PPC.Common public IConnectivityProvider ConnectivityProvider { get; set; } /// <summary> + /// Gets or sets the hot spot provider. + /// </summary> + [TangoInject] + public IHotSpotProvider HotSpotProvider { get; set; } + + /// <summary> + /// Gets or sets the remote assistance provider. + /// </summary> + [TangoInject] + public IRemoteAssistanceProvider RemoteAssistanceProvider { get; set; } + + /// <summary> /// Gets or sets the storage provider. /// </summary> [TangoInject] |
