コード例 #1
0
 private void txtIDLugarNuevo_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }
コード例 #2
0
 private void txtIdentificadorEliminar_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }
コード例 #3
0
 private void spinnerHabitacionesPais_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloNumeros(e);
 }
コード例 #4
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloNumeros(e);
 }
コード例 #5
0
 private void dateTimePicker1_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloNumeros(e);
 }