Esempio n. 1
0
 private void txtProyecto_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }
Esempio n. 2
0
 private void txtCreditos_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.soloNumeros(e);
 }
Esempio 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);
 }