Ejemplo n.º 1
0
 private void txtSalario8_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validador.ValidarNumeros(e);
 }
Ejemplo n.º 2
0
 private void textBox13_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validador.ValidarNumeros(e);
 }
Ejemplo n.º 3
0
 private void Cedula_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validador.ValidarNumeros(e);
 }