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