|
|
@ -3,6 +3,7 @@ using CoreLibrary.Joueurs;
|
|
|
|
using MauiSpark.Views;
|
|
|
|
using MauiSpark.Views;
|
|
|
|
using System.Collections.ObjectModel;
|
|
|
|
using System.Collections.ObjectModel;
|
|
|
|
namespace MauiSpark.Pages;
|
|
|
|
namespace MauiSpark.Pages;
|
|
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
|
|
|
|
|
public partial class TableauScore : ContentPage
|
|
|
|
public partial class TableauScore : ContentPage
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -11,6 +12,14 @@ public partial class TableauScore : ContentPage
|
|
|
|
InitializeComponent();
|
|
|
|
InitializeComponent();
|
|
|
|
SetDefaultClassement();
|
|
|
|
SetDefaultClassement();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void QuandButtonArriereClique(object sender, EventArgs e)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
Navigation.PopAsync();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void SetDefaultClassement()
|
|
|
|
private void SetDefaultClassement()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
CTableauScore.UpdateClassement(CTableauScore.GetClassementNbCoupParPartie);
|
|
|
|
CTableauScore.UpdateClassement(CTableauScore.GetClassementNbCoupParPartie);
|
|
|
|