Ejemplo n.º 1
0
 private void BtnLimpiar_Click(object sender, EventArgs e)
 {
     TxtPrimerNumero.Clear();
     TxtSegundoNumero.Clear();
     TxtMenor.Clear();
     TxtMayor.Clear();
 }
Ejemplo n.º 2
0
 private void BtnCancelar_Click(object sender, EventArgs e)
 {
     TxtPrimerNumero.Clear();
     TxtSegundoNumero.Clear();
     TxtTercerNumero.Clear();
     TxtResultado.Clear();
     TxtPrimerNumero.Focus();
 }