diff --git a/Sources/CoreLibrary/Core/Plateau.cs b/Sources/CoreLibrary/Core/Plateau.cs index a1130c9..be3e9c5 100644 --- a/Sources/CoreLibrary/Core/Plateau.cs +++ b/Sources/CoreLibrary/Core/Plateau.cs @@ -151,7 +151,6 @@ namespace CoreLibrary.Core { grilleJetons[i] = grille[i]?.Jetons() ?? new Code(tailleCode).Jetons(); } - return grilleJetons; } diff --git a/Sources/CoreLibrary/Events/NouveauTourEventArgs.cs b/Sources/CoreLibrary/Events/NouveauTourEventArgs.cs index 30ac6e2..785c673 100644 --- a/Sources/CoreLibrary/Events/NouveauTourEventArgs.cs +++ b/Sources/CoreLibrary/Events/NouveauTourEventArgs.cs @@ -33,6 +33,7 @@ namespace CoreLibrary.Events /// public IEnumerable> Indicateurs { get; private set; } + /// /// Initialise une nouvelle instance de la classe avec les informations spécifiées. /// diff --git a/Sources/MauiSpark/AppShell.xaml b/Sources/MauiSpark/AppShell.xaml index 7242e6c..59d1de6 100644 --- a/Sources/MauiSpark/AppShell.xaml +++ b/Sources/MauiSpark/AppShell.xaml @@ -37,4 +37,9 @@ Title="Egalite" ContentTemplate="{DataTemplate pages:Egalite}" /> + + + diff --git a/Sources/MauiSpark/MauiSpark.csproj b/Sources/MauiSpark/MauiSpark.csproj index 526a3d2..18f63b2 100644 --- a/Sources/MauiSpark/MauiSpark.csproj +++ b/Sources/MauiSpark/MauiSpark.csproj @@ -79,6 +79,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/Sources/MauiSpark/Pages/Plateau.xaml b/Sources/MauiSpark/Pages/Plateau.xaml new file mode 100644 index 0000000..849e37d --- /dev/null +++ b/Sources/MauiSpark/Pages/Plateau.xaml @@ -0,0 +1,78 @@ + + + + + +