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 @@