Exemplo n.º 1
0
 // finds new display based on what the previous operator was
 private void buttonEquals_Click(object sender, EventArgs e)
 {
     functions.Equals();
     display.Text = functions.preEntry;
     buttonEquals.Focus();
 }