Example #1
0
 private void txtContraseñaName_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtContraConfirmar);
 }
Example #2
0
 private void TxtPin_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.ValidarNumeros(TxtPin, e);
     Soporte.EventoPresKeyTxt(sender, e, TxtPalabraSeguridad);
 }
Example #3
0
 private void TxtUser_Name_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, txtContraseñaName);
 }
Example #4
0
 private void TxtCantidadMinimo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtCantidadMaximo);
 }
Example #5
0
 private void TxtUsuario_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtContraseña);
 }
Example #6
0
 private void DtpkFechaCompr_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtTotalArticulos);
 }
Example #7
0
 private void CmbPrestArt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtContenido);
 }
Example #8
0
 private void TxtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtMarca);
 }
Example #9
0
 private void TxtMarca_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtDescripcion);
 }
Example #10
0
 private void TxtPrecioCompra_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtGananciaObtener);
 }
Example #11
0
 private void TxtCantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtPrecioCompra);
 }
Example #12
0
 private void TxtCodigo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtCantidad);
 }
Example #13
0
 private void TxtIvaTotal_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtCodigo);
 }
Example #14
0
 private void TxtTotalArticulos_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtMontoTotal);
 }
Example #15
0
 private void TxtContraConfirmar_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtCorreon);
 }
Example #16
0
 private void CmbFamiliaAgranel_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtNombre);
 }
Example #17
0
 private void TxtCorreon_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtPin);
 }
Example #18
0
 private void CmbComprobante_KeyPress(object sender, KeyPressEventArgs e)
 {
     Soporte.EventoPresKeyTxt(sender, e, TxtNumComprobante);
 }