private void TxtNomina_KeyPress(object sender, KeyPressEventArgs e) { Soporte.ValidarNumeros(TxtNomina, e); if (e.KeyChar == (Char)Keys.Enter) { BtnBuscarNomina.PerformClick(); } }
private void TxtPin_KeyPress(object sender, KeyPressEventArgs e) { Soporte.ValidarNumeros(TxtPin, e); Soporte.EventoPresKeyTxt(sender, e, TxtPalabraSeguridad); }
private void TxtNumComprobante_KeyPress(object sender, KeyPressEventArgs e) { Soporte.ValidarNumeros(TxtNumComprobante, e); Soporte.EventoPresKeyCmbx(sender, e, CmbProveedores); }
private void TxtNomina_KeyPress(object sender, KeyPressEventArgs e) { Soporte.ValidarNumeros(TxtNomina, e); }
private void TxtCodigoPostal_KeyPress(object sender, KeyPressEventArgs e) { Soporte.ValidarNumeros(TxtCodigoPostal, e); }