Exemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     if (Chs.PositionChasseursEncours != -1)
     {
         Afficherch(Chs.Suivant());
     }
     position();
 }
Exemplo n.º 2
0
 private void button3_Click(object sender, EventArgs e)
 {
     AfficherChasseur(Chs.Suivant());
     label6.Text = EnregistrementEncours();
 }