예제 #1
0
파일: Form1.cs 프로젝트: sbully/TP_ABC_Dev
 private void buttonCalculer_Click(object sender, EventArgs e)
 {
     TextCalcul.Clear();
     TextCalcul.Text = total.ToString() + "+";
 }
예제 #2
0
파일: Form1.cs 프로젝트: sbully/TP_ABC_Dev
 private void buttonVider_Click(object sender, EventArgs e)
 {
     TextCalcul.Clear();
     total = 0;
 }