aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-11 05:02:18 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-11 05:02:18 +0300
commitbf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c (patch)
tree0902fda382956c1b749cf856d2a4d950f0196190 /Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs
parentcb1b51c238c64f570d73b7dca6a2eee205b2da01 (diff)
downloadTango-bf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c.tar.gz
Tango-bf5cbf5a6972cd8d725cc03fd6375b1eccbfe31c.zip
Started working on FSE TUP management.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs7
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 01b27c8ea..d790a54a1 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSEViewModel.cs
@@ -33,6 +33,7 @@ using Tango.SharedUI;
using static Tango.SharedUI.Controls.NavigationControl;
using Tango.FSE.BL.Connectivity;
using Tango.FSE.Common.BugReporting;
+using Tango.FSE.Common.RemoteUpgrade;
namespace Tango.FSE.Common
{
@@ -147,6 +148,12 @@ namespace Tango.FSE.Common
public IBugReporter BugReporter { get; set; }
/// <summary>
+ /// Gets or sets the remote upgrade manager.
+ /// </summary>
+ [TangoInject]
+ public IRemoteUpgradeManager RemoteUpgradeManager { get; set; }
+
+ /// <summary>
/// Gets or sets the FSE service.
/// </summary>
[TangoInject]