Beispiel #1
0
 private void txtBusquedaDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
Beispiel #2
0
 private void txtPatente_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }
Beispiel #3
0
 protected override void verificarCaracterIngresado(KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoAlfanumerico(e);
 }