private void txtPassword_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void text_Direccion_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void txtUsuario_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void cbx_ITBIS_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void text_CategoriaDescripcion_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void text_Domicilio_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void text_VencimientoSecuencia_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }
private void cmb_TipoFactura_KeyPress(object sender, KeyPressEventArgs e) { Validadores.EnterPress_Tab(e); }