Ejemplo n.º 1
0
 private void txtProyecto_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }
Ejemplo n.º 2
0
 private void txtCreditos_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }
Ejemplo n.º 3
0
 private void txtTarjeta_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }
 private void txtBuscarPersona_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }