Example #1
0
 // Bouton "Gauche"
 private void Button3_Click(object sender, EventArgs e)
 {
     vehicule.addToBuffer(pLeft);
     listBox1.Items.Add(pLeft.ToFancyString());
 }