private void txtBusquedaDescripcion_KeyPress(object sender, KeyPressEventArgs e) { MetodosGlobales.permitirSoloIngresoAlfanumerico(e); }
private void txtPatente_KeyPress(object sender, KeyPressEventArgs e) { MetodosGlobales.permitirSoloIngresoAlfanumerico(e); }
protected override void verificarCaracterIngresado(KeyPressEventArgs e) { MetodosGlobales.permitirSoloIngresoAlfanumerico(e); }