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