예제 #1
0
 // used to find the square root
 private void buttonSquareRoot_Click(object sender, EventArgs e)
 {
     functions.Sqrt();
     display.Text = functions.Entry;
     buttonEquals.Focus();
 }