From 18aba0fa2265adbe402b86bb45bd10d2347f68be Mon Sep 17 00:00:00 2001 From: cllesme1 Date: Fri, 2 Jun 2023 08:17:51 +0200 Subject: [PATCH] dk --- CanYouBuildIt/App.xaml.cs | 6 +++--- CanYouBuildIt/Views/Acceuil.xaml | 27 +++++++++++++-------------- CanYouBuildIt/Views/Acceuil.xaml.cs | 2 +- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/CanYouBuildIt/App.xaml.cs b/CanYouBuildIt/App.xaml.cs index 8e86f64..d042742 100644 --- a/CanYouBuildIt/App.xaml.cs +++ b/CanYouBuildIt/App.xaml.cs @@ -1,4 +1,5 @@ using CanYouBuildIt.Model; +using Microsoft.Maui.Controls; using System.Diagnostics; namespace CanYouBuildIt; @@ -13,7 +14,6 @@ public partial class App : Application manager.sauvegardeDonnee(); Debug.WriteLine(manager.listUtil[0]); InitializeComponent(); - - MainPage = new AppShell(); + MainPage = new AppShell(); } -} +} \ No newline at end of file diff --git a/CanYouBuildIt/Views/Acceuil.xaml b/CanYouBuildIt/Views/Acceuil.xaml index e19ec41..156fe58 100644 --- a/CanYouBuildIt/Views/Acceuil.xaml +++ b/CanYouBuildIt/Views/Acceuil.xaml @@ -58,6 +58,7 @@ + @@ -97,7 +98,7 @@ - +