From 2dc68c581bab4fb2b387c3227f006321f21dae0f Mon Sep 17 00:00:00 2001 From: "yvan.calatayud" Date: Fri, 26 May 2023 11:06:01 +0200 Subject: [PATCH] Binding PageAccueil --- GameAtlas/GameAtlas/Views/PageAccueil.xaml | 2 +- GameAtlas/GameAtlas/Views/PageJeu.xaml.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GameAtlas/GameAtlas/Views/PageAccueil.xaml b/GameAtlas/GameAtlas/Views/PageAccueil.xaml index 73cb92f..4354984 100644 --- a/GameAtlas/GameAtlas/Views/PageAccueil.xaml +++ b/GameAtlas/GameAtlas/Views/PageAccueil.xaml @@ -69,7 +69,7 @@ - + diff --git a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs index 149e270..cc7bbb1 100644 --- a/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs +++ b/GameAtlas/GameAtlas/Views/PageJeu.xaml.cs @@ -25,7 +25,6 @@ public partial class PageJeu : ContentPage this.BindingContext = this; - } async void Back_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)