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