Example #1
0
 private void Validar_telefono(object sender, KeyPressEventArgs e)
 {
     ValidacionBO.SoloNumeros(e);
 }
Example #2
0
 private void validar_maxadultos(object sender, KeyPressEventArgs e)
 {
     ValidacionBO.SoloNumeros(e);
 }