예제 #1
0
파일: Form1.cs 프로젝트: houmi/Calculator
 private void negate_Click(object sender, EventArgs e)
 {
     ar.negate();
     updateTextBox();
 }