Пример #1
0
 // used to set entry equal to the mathematical constant e
 private void eButton_Click(object sender, EventArgs e)
 {
     functions.E();
     display.Text = functions.Entry;
 }