aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-24 02:50:08 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-24 02:50:08 +0300
commit637f1c02f2dcfce2d9ec201369af1f81e336443d (patch)
tree0aa97d87f9a6321023750214787626e92a2a5935 /Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs
parentb4f429f9a54e87b7a73774780cacbce618defab0 (diff)
downloadTango-637f1c02f2dcfce2d9ec201369af1f81e336443d.tar.gz
Tango-637f1c02f2dcfce2d9ec201369af1f81e336443d.zip
FSE Log Viewer Completed excluding file association setup.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs b/Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs
index f61984b7d..e90956353 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.LogViewer.UI/LogViewerViewModel.cs
@@ -5,6 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tango.Core.DI;
using Tango.FSE.Common.Notifications;
+using Tango.FSE.Common.Storage;
using Tango.SharedUI;
namespace Tango.FSE.LogViewer.UI
@@ -13,5 +14,8 @@ namespace Tango.FSE.LogViewer.UI
{
[TangoInject]
public INotificationProvider NotificationProvider { get; set; }
+
+ [TangoInject]
+ public IStorageProvider StorageProvider { get; set; }
}
}