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