Beispiel #1
0
 private void ValorServicioTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }
Beispiel #2
0
 private void NumeroLiquidacionTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }
Beispiel #3
0
 private void SalarioDevengadoTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }