From 1fefde79745aee7a96d2eed3dada16b827f57539 Mon Sep 17 00:00:00 2001 From: Jade_VAN_BRABANDT Date: Mon, 5 Jun 2023 14:05:00 +0200 Subject: [PATCH] Merge --- Sources/Stim.Model/Manager.cs | 2 +- Sources/Stim/EntryPopup.xaml | 3 ++- Sources/Stim/MainPage.xaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Sources/Stim.Model/Manager.cs b/Sources/Stim.Model/Manager.cs index bfb45f1..12ee4aa 100644 --- a/Sources/Stim.Model/Manager.cs +++ b/Sources/Stim.Model/Manager.cs @@ -11,7 +11,7 @@ namespace Model set { mgrpersistance = value; } } private IPersistance mgrpersistance; - public ObservableCollection GameList { get;} + public ObservableCollection GameList { get; set; } // dégage ça // fait une méthode qui te renvoie une liste filtrer avec les params (genre ton nom :D) diff --git a/Sources/Stim/EntryPopup.xaml b/Sources/Stim/EntryPopup.xaml index c701196..b8b9542 100644 --- a/Sources/Stim/EntryPopup.xaml +++ b/Sources/Stim/EntryPopup.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" x:Class="Stim.EntryPopup" - CanBeDismissedByTappingOutsideOfPopup="False"> + CanBeDismissedByTappingOutsideOfPopup="False">