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