From d1e1e892b5cc8f8d7e3e3bc74b58225168ccfe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9leste=20BARBOSA?= Date: Sat, 23 Mar 2024 11:54:37 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20d'une=20page=20vide=20de=20conn?= =?UTF-8?q?exion=20et=20quelques=20modifications=20du=20appshell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mastermind/AppShell.xaml | 16 +++++++++----- mastermind/Connexion.xaml | 7 ++++++ mastermind/Connexion.xaml.cs | 10 +++++++++ mastermind/MainPage.xaml | 36 ------------------------------- mastermind/MainPage.xaml.cs | 25 --------------------- mastermind/Pages/NewPage1.xaml | 12 +++++++++++ mastermind/Pages/NewPage1.xaml.cs | 9 ++++++++ mastermind/mastermind.csproj | 12 +++++++++++ 8 files changed, 61 insertions(+), 66 deletions(-) create mode 100644 mastermind/Connexion.xaml create mode 100644 mastermind/Connexion.xaml.cs delete mode 100644 mastermind/MainPage.xaml delete mode 100644 mastermind/MainPage.xaml.cs create mode 100644 mastermind/Pages/NewPage1.xaml create mode 100644 mastermind/Pages/NewPage1.xaml.cs diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml index f9c895b..4cb1846 100644 --- a/mastermind/AppShell.xaml +++ b/mastermind/AppShell.xaml @@ -4,12 +4,18 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:mastermind" + xmlns:pages="clr-namespace:mastermind.Pages" Shell.FlyoutBehavior="Disabled" Title="mastermind"> - - + + + + + + + diff --git a/mastermind/Connexion.xaml b/mastermind/Connexion.xaml new file mode 100644 index 0000000..0948d9d --- /dev/null +++ b/mastermind/Connexion.xaml @@ -0,0 +1,7 @@ + + + + + diff --git a/mastermind/Connexion.xaml.cs b/mastermind/Connexion.xaml.cs new file mode 100644 index 0000000..e3696dd --- /dev/null +++ b/mastermind/Connexion.xaml.cs @@ -0,0 +1,10 @@ +namespace mastermind +{ + public partial class Connexion : ContentPage + { + public Connexion() + { + InitializeComponent(); + } + } +} diff --git a/mastermind/MainPage.xaml b/mastermind/MainPage.xaml deleted file mode 100644 index 031f06f..0000000 --- a/mastermind/MainPage.xaml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -