Exemplo n.º 1
0
 private void AjouterParticipant(object obj)
 {
     StageService.AjouterParticipant(club, stage, membreSelectione);
     Participants.Add(MembreSelectione);
     Membres.Remove(MembreSelectione);
 }