private void NumeroLiquidacionTxt_KeyPress(object sender, KeyPressEventArgs e) { ValidacionCampos.ValidarCampoNumero(e); }
private void SalarioDevengadoTxt_KeyPress(object sender, KeyPressEventArgs e) { ValidacionCampos.ValidarCampoNumero(e); }
private void ValorServicioTxt_KeyPress(object sender, KeyPressEventArgs e) { ValidacionCampos.ValidarCampoNumero(e); }
private void ApellidoTxt_KeyPress(object sender, KeyPressEventArgs e) { ValidacionCampos.ValidarCampoLetra(e); }