Ejemplo n.º 1
0
 private void validar3(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
Ejemplo n.º 2
0
 private void Validar2(object sender, KeyPressEventArgs e)
 {
     Validaciones.NumerosDecimales(e);
 }