示例#1
0
文件: Form1.cs 项目: houmi/Calculator
 private void negate_Click(object sender, EventArgs e)
 {
     ar.negate();
     updateTextBox();
 }