From 6fb22273d15ed476ccbd3820de6af9bc0deee793 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 26 Nov 2018 14:19:06 +0200 Subject: Implemented Application Initialization Error and Handling. --- Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation') 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 c86cf148b..eefb298f7 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs @@ -12,6 +12,7 @@ namespace Tango.PPC.Common.Navigation public enum NavigationView { LoadingView, + LoadingErrorView, LayoutView, LoginView, MachineSetupView, -- cgit v1.3.1