private void ConsultaLiquidacionTxt_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarNumero(e); }
private void ValorServicioTxt_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarNumero(e); }
private void SalarioTxt_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarNumero(e); }
private void NombreTxt_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarLetra(e); }
private void IdentificacionTxt_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarNumero(e); }
private void ModificarText_KeyPress(object sender, KeyPressEventArgs e) { Validar.ValidarNumero(e); }