Exemplo n.º 1
0
 private void textPorcCobroDentroPeriodo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimal(e);
 }
Exemplo n.º 2
0
 private void textDiasCobroFueraPeriodo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosEneteros(e);
 }