private void validar3(object sender, KeyPressEventArgs e) { Validaciones.SoloNumeros(e); }
private void Validar2(object sender, KeyPressEventArgs e) { Validaciones.NumerosDecimales(e); }