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