private void BtnLimpiar_Click(object sender, EventArgs e) { TxtPrimerNumero.Clear(); TxtSegundoNumero.Clear(); TxtMenor.Clear(); TxtMayor.Clear(); }
private void BtnCancelar_Click(object sender, EventArgs e) { TxtPrimerNumero.Clear(); TxtSegundoNumero.Clear(); TxtTercerNumero.Clear(); TxtResultado.Clear(); TxtPrimerNumero.Focus(); }