示例#1
0
 private void btnMemoryClick(object sender, EventArgs e)
 {
     calculator.MemoryPressed(sender, result);
 }