コード例 #1
0
 private void ConsultaLiquidacionTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarNumero(e);
 }
コード例 #2
0
 private void ValorServicioTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarNumero(e);
 }
コード例 #3
0
 private void SalarioTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarNumero(e);
 }
コード例 #4
0
 private void NombreTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarLetra(e);
 }
コード例 #5
0
 private void IdentificacionTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarNumero(e);
 }
コード例 #6
0
 private void ModificarText_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.ValidarNumero(e);
 }