Example #1
0
 private void TxtCreditoFiscal_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #2
0
 private void TxtRetencionATerceros_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #3
0
 private void TxtConsTrans_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #4
0
 private void TxtComprasExcluidas_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #5
0
 private void TxtRet_Suj_Exc_Cal_Contri_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #6
0
 private void TxtIvaUnoPorcientoRetenido_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #7
0
 private void TxtCompGrInternacionales_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }
Example #8
0
 private void TxtCompExtImport_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarTextBox.NumerosDecimales(e);
 }