예제 #1
0
 private void validar3(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
예제 #2
0
 private void Validar2(object sender, KeyPressEventArgs e)
 {
     Validaciones.NumerosDecimales(e);
 }