From 5fcf0d177bd866a563fed97694e54d19c124de9e Mon Sep 17 00:00:00 2001 From: shinichi Date: Fri, 9 Oct 2020 16:22:28 +0200 Subject: [PATCH] wip --- ClientApp/Views/LoginView.xaml | 4 ++-- ClientApp/Views/LoginView.xaml.cs | 2 +- ClientApp/Views/MainView.xaml | 4 ++-- ClientApp/Views/MainView.xaml.cs | 2 +- ClientApp/Views/MainWindow.xaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ClientApp/Views/LoginView.xaml b/ClientApp/Views/LoginView.xaml index 6db392f..e8ad651 100644 --- a/ClientApp/Views/LoginView.xaml +++ b/ClientApp/Views/LoginView.xaml @@ -1,4 +1,4 @@ - - + diff --git a/ClientApp/Views/LoginView.xaml.cs b/ClientApp/Views/LoginView.xaml.cs index f48d9de..a971aad 100644 --- a/ClientApp/Views/LoginView.xaml.cs +++ b/ClientApp/Views/LoginView.xaml.cs @@ -16,7 +16,7 @@ namespace ClientApp.Views /// /// Interaction logic for LoginView.xaml /// - public partial class LoginView : UserControl + public partial class LoginView : Page { public LoginView() { diff --git a/ClientApp/Views/MainView.xaml b/ClientApp/Views/MainView.xaml index 72a0ff2..27203b8 100644 --- a/ClientApp/Views/MainView.xaml +++ b/ClientApp/Views/MainView.xaml @@ -1,4 +1,4 @@ - - + diff --git a/ClientApp/Views/MainView.xaml.cs b/ClientApp/Views/MainView.xaml.cs index 94161b9..1b84ff5 100644 --- a/ClientApp/Views/MainView.xaml.cs +++ b/ClientApp/Views/MainView.xaml.cs @@ -17,7 +17,7 @@ namespace ClientApp.Views /// /// Interaction logic for MainView.xaml /// - public partial class MainView : UserControl + public partial class MainView : Page { public MainView() { diff --git a/ClientApp/Views/MainWindow.xaml b/ClientApp/Views/MainWindow.xaml index 436c2a9..f6719e4 100644 --- a/ClientApp/Views/MainWindow.xaml +++ b/ClientApp/Views/MainWindow.xaml @@ -11,6 +11,6 @@