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