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