private void Txtedad_KeyPress(object sender, KeyPressEventArgs e) { Validar.soloNumeros(e); }
private void Txthipotenusa_KeyPress(object sender, KeyPressEventArgs e) { Validar.soloNumeros(e); }