private void buttonCalculer_Click(object sender, EventArgs e) { TextCalcul.Clear(); TextCalcul.Text = total.ToString() + "+"; }
private void buttonVider_Click(object sender, EventArgs e) { TextCalcul.Clear(); total = 0; }