diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-26 18:02:02 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-26 18:02:02 +0200 |
| commit | d3b9770dd5e1d34e9433a115cbed5ef1a53546f6 (patch) | |
| tree | 0c3a48ae71edc947956c10fea8a411ad80564f34 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | |
| parent | 6fb22273d15ed476ccbd3820de6af9bc0deee793 (diff) | |
| download | Tango-d3b9770dd5e1d34e9433a115cbed5ef1a53546f6.tar.gz Tango-d3b9770dd5e1d34e9433a115cbed5ef1a53546f6.zip | |
Working on PPC event notifications.
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 3393689d1..dc67d2137 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -9,6 +9,7 @@ using Tango.PPC.Common.Application; using Tango.PPC.Common.Authentication; using Tango.PPC.Common.Connection; using Tango.PPC.Common.Connectivity; +using Tango.PPC.Common.EventLogging; using Tango.PPC.Common.ExternalBridge; using Tango.PPC.Common.Navigation; using Tango.PPC.Common.Notifications; @@ -88,6 +89,12 @@ namespace Tango.PPC.Common [TangoInject] public IStorageProvider StorageProvider { get; set; } + /// <summary> + /// Gets or sets the event logger. + /// </summary> + [TangoInject] + public IEventLogger EventLogger { get; set; } + private PPCSettings _settings; /// <summary> |
