Exemplo n.º 1
0
 private void GestionChasseurs_Load(object sender, EventArgs e)
 {
     EtatInitiale();
     if (Chs.NombreChasseursParticipant > 0)
     {
         AfficherChasseur(Chs.Premier());
     }
     label6.Text = EnregistrementEncours();
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (Chs.PositionChasseursEncours != -1)
     {
         Afficherch(Chs.Premier());
         position();
     }
 }