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