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. --- .../PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml new file mode 100644 index 000000000..7682ba4ce --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LoadingErrorView.xaml @@ -0,0 +1,28 @@ + + + + + + Application Loading Error + The application has failed to load properly due to the following reason. + + + + + + RESTART + + + + + -- cgit v1.3.1