From 418fced31f0fae1849035ef9aee89028b7a592cc Mon Sep 17 00:00:00 2001 From: "nicolas.barbosa" Date: Sat, 30 Mar 2024 10:28:40 +0100 Subject: [PATCH] Fin de la page connexion, ajout contentview --- mastermind/AppShell.xaml | 2 +- mastermind/Pages/connexionPage.xaml | 39 +++------------------- mastermind/Pages/connexionPage.xaml.cs | 4 +-- mastermind/Views/UsernameEntryView.xaml | 24 +++++++++++++ mastermind/Views/UsernameEntryView.xaml.cs | 9 +++++ mastermind/mastermind.csproj | 7 ++-- 6 files changed, 45 insertions(+), 40 deletions(-) create mode 100644 mastermind/Views/UsernameEntryView.xaml create mode 100644 mastermind/Views/UsernameEntryView.xaml.cs diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml index 1336b6c..44e511f 100644 --- a/mastermind/AppShell.xaml +++ b/mastermind/AppShell.xaml @@ -10,5 +10,5 @@ + ContentTemplate="{DataTemplate pages:ConnexionPage}" /> diff --git a/mastermind/Pages/connexionPage.xaml b/mastermind/Pages/connexionPage.xaml index cfb6d1d..7162450 100644 --- a/mastermind/Pages/connexionPage.xaml +++ b/mastermind/Pages/connexionPage.xaml @@ -1,7 +1,8 @@