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