Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 10:31:40 (15 years ago)
Author:
gkronber
Message:

Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.Algorithms/3.2/StandardGpEditor.cs

    r2474 r2591  
    8080      IView view = StandardGP.ProblemInjector.CreateView();
    8181      if(view != null)
    82         PluginManager.ControlManager.ShowControl(view);
     82        ControlManager.Manager.ShowControl(view);
    8383    }
    8484
     
    105105      IEngine clone = (IEngine)StandardGP.Engine.Clone();
    106106      IEditor editor = ((IEditable)clone).CreateEditor();
    107       PluginManager.ControlManager.ShowControl(editor);
     107      ControlManager.Manager.ShowControl(editor);
    108108    }
    109109    #endregion
Note: See TracChangeset for help on using the changeset viewer.