Esempio n. 1
0
 private void BtnC_Click(object sender, EventArgs e)
 {
     Pantalla.Clear();
 }
Esempio n. 2
0
 private void Btndiv_Click(object sender, EventArgs e)
 {
     operacion = "/";
     num1      = double.Parse(Pantalla.Text);
     Pantalla.Clear();
 }