Пример #1
0
 private void txtIDLugarNuevo_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }
 private void txtIdentificadorEliminar_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }
 private void spinnerHabitacionesPais_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloNumeros(e);
 }
Пример #4
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloNumeros(e);
 }
 private void dateTimePicker1_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }