From eee5f09c86161555ba7509f82ea2e5651fc30c7a Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 23 May 2023 21:21:21 -0400 Subject: [PATCH] Add LaunchPage and NavigationView layout --- StabilityMatrix/LaunchPage.xaml | 17 +++++++++++ StabilityMatrix/LaunchPage.xaml.cs | 36 +++++++++++++++++++++++ StabilityMatrix/MainWindow.xaml | 24 +++++++++------- StabilityMatrix/MainWindow.xaml.cs | 40 +++++++++++++++++++++++++- StabilityMatrix/StabilityMatrix.csproj | 6 ++++ 5 files changed, 112 insertions(+), 11 deletions(-) create mode 100644 StabilityMatrix/LaunchPage.xaml create mode 100644 StabilityMatrix/LaunchPage.xaml.cs diff --git a/StabilityMatrix/LaunchPage.xaml b/StabilityMatrix/LaunchPage.xaml new file mode 100644 index 00000000..c4744f77 --- /dev/null +++ b/StabilityMatrix/LaunchPage.xaml @@ -0,0 +1,17 @@ + + + + + +