Ejemplo n.º 1
0
 private static void CreationIndependant()
 {
     club.AjouterIndependant(EntraineurIndependant.Creation());
     Console.WriteLine("\nEffectué !");
     Console.ReadKey();
 }