private void nro_butaca_KeyPress(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }
private void cant_v_2_KeyPress(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }
private void codigo_seguridad_KeyPress(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }
private void telefono_KeyPress_1(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }
private void m_f_r_servivio_KeyPress(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }
private void m_f_b_definitiva_KeyPress(object sender, KeyPressEventArgs e) { Funciones func = new Funciones(); func.soloNumeros(e); }