From 68be90b29a5ea3776481ee8e2fde33083c11c670 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 8 Jan 2019 16:19:50 +0200 Subject: Implemented PPC events history. Fixed PPC storage inserted navigation. --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index 76eda9ac0..52f0fb403 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -90,10 +90,6 @@ namespace Tango.PPC.UI.ViewModels /// public RelayCommand UpdateCommand { get; set; } - /// - /// Gets or sets the storage command. - /// - public RelayCommand StorageCommand { get; set; } #endregion #region Constructors @@ -116,12 +112,6 @@ namespace Tango.PPC.UI.ViewModels TangoIOC.Default.GetInstance().CheckForUpdates(); IsMenuOpened = false; }); - - StorageCommand = new RelayCommand(() => - { - NavigationManager.NavigateTo(NavigationView.StorageView); - IsMenuOpened = false; - }); } #endregion -- cgit v1.3.1