From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../Tango.PPC.Common/Navigation/INavigationManager.cs | 17 +---------------- .../PPC/Tango.PPC.Common/Navigation/NavigationView.cs | 3 +-- 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs index 1fcdb4410..8df0a7fb8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs @@ -12,11 +12,6 @@ namespace Tango.PPC.Common.Navigation /// public interface INavigationManager { - /// - /// Occurs when the current view model has changed. - /// - event EventHandler CurrentVMChanged; - /// /// Gets the current module. /// @@ -32,16 +27,6 @@ namespace Tango.PPC.Common.Navigation /// bool CanNavigateBack { get; } - /// - /// Gets a value indicating whether the back should be enabled. - /// - bool IsBackEnabled { get; set; } - - /// - /// Gets or sets a value indicating whether the navigation system is currently navigating. - /// - bool IsNavigating { get; set; } - /// /// Navigates to the previous view if is true. /// @@ -94,7 +79,7 @@ namespace Tango.PPC.Common.Navigation /// Navigates to the specified module and view by full path (e.g Jobs.JobsView). /// /// The full path. - Task NavigateTo(String fullPath, bool pushToHistory = true, Action onNavigating = null, Action onNavigated = null); + Task NavigateTo(String fullPath, bool pushToHistory = true); /// /// Navigates to the specified module and view with the specified object and expecting a return parameter. diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs index 643908e87..b4562054c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs @@ -22,7 +22,6 @@ namespace Tango.PPC.Common.Navigation HomeModule, ShutdownView, RestartingSystemView, - EmergencyView, - RestartingView, + EmergencyView } } -- cgit v1.3.1