Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (14 years ago)
Author:
gkronber
Message:

Fixed projects to work with new plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.GP/3.3/FunctionTreeView.cs

    r2237 r2587  
    4747      rootNode.Tag = functionTree;
    4848      treeNodeContextMenu.MenuItems.Clear();
    49       DiscoveryService discoveryService = new DiscoveryService();
    50       IFunctionTreeSerializer[] exporters = discoveryService.GetInstances<IFunctionTreeSerializer>();
    51       foreach (IFunctionTreeSerializer exporter in exporters) {
     49      foreach (IFunctionTreeSerializer exporter in ApplicationManager.Manager.GetInstances<IFunctionTreeSerializer>()) {
    5250        string result;
    5351        // register a menu item for the exporter
Note: See TracChangeset for help on using the changeset viewer.