Пример #1
0
 private void LoadChallenge()
 {
     ChangeStateValueButton(true);
     LoadMathadorsValue(MathadorCollection[_rdmIndexMathador.Next(0, MathadorCollection.Count - 1)]);
     Historique.Clear();
     NextButton.IsEnabled = false;
 }