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.Algorithms/3.2/OffSpringSelectionGpEditor.cs

    r2474 r2587  
    8282      IView view = OffspringSelectionGP.ProblemInjector.CreateView();
    8383      if(view != null)
    84         PluginManager.ControlManager.ShowControl(view);
     84        ControlManager.Manager.ShowControl(view);
    8585    }
    8686
     
    107107      IEngine clone = (IEngine)OffspringSelectionGP.Engine.Clone();
    108108      IEditor editor = ((IEditable)clone).CreateEditor();
    109       PluginManager.ControlManager.ShowControl(editor);
     109      ControlManager.Manager.ShowControl(editor);
    110110    }
    111111    #endregion
Note: See TracChangeset for help on using the changeset viewer.