Exemplo n.º 1
0
 private void NumeroLiquidacionTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }
Exemplo n.º 2
0
 private void SalarioDevengadoTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }
Exemplo n.º 3
0
 private void ValorServicioTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoNumero(e);
 }
Exemplo n.º 4
0
 private void ApellidoTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidacionCampos.ValidarCampoLetra(e);
 }