diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-18 18:32:59 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-18 18:32:59 +0300 |
| commit | 7344b90fcaa64759114e66cd9645f9e8ea4e073a (patch) | |
| tree | e2bcd146fcf9b314ce77d13b79073853adde1665 /Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs | |
| parent | 920fe3a098f304b6c65e1c37447138f0699ec70c (diff) | |
| download | Tango-7344b90fcaa64759114e66cd9645f9e8ea4e073a.tar.gz Tango-7344b90fcaa64759114e66cd9645f9e8ea4e073a.zip | |
Demo Mode.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs index 4299e6b82..7dcfcb3c8 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs @@ -42,6 +42,7 @@ using Tango.FSE.Common.Events; using Tango.FSE.Common.Tiles; using Tango.FSE.Common.RemoteJob; using Tango.FSE.Common.WindowsManager; +using Tango.FSE.Common.DemoMode; namespace Tango.FSE.Common { @@ -222,6 +223,12 @@ namespace Tango.FSE.Common public IWindowsManager WindowsManager { get; set; } /// <summary> + /// Gets or sets the demo mode manager. + /// </summary> + [TangoInject] + public IDemoModeManager DemoModeManager { get; set; } + + /// <summary> /// Gets or sets the FSE service. /// </summary> [TangoInject] |
