예제 #1
0
 private void nro_butaca_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }
예제 #2
0
 private void cant_v_2_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }
예제 #3
0
 private void codigo_seguridad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }
예제 #4
0
 private void telefono_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }
예제 #5
0
 private void m_f_r_servivio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }
예제 #6
0
 private void m_f_b_definitiva_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones func = new Funciones();
     func.soloNumeros(e);
 }