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.OptimizationFrontend/3.2/HeuristicLabOptimizationFrontendApplication.cs

    r1530 r2591  
    2727
    2828namespace HeuristicLab.OptimizationFrontend {
    29   [ClassInfo(Name = "HeuristicLab 3.2", Description="Next generation heuristic optimization environment.")]
     29  [Application("HeuristicLab 3.2", "Next generation heuristic optimization environment.")]
    3030  class HeuristicLabOptimizationFrontendApplication : ApplicationBase {
    3131    public override void Run() {
    3232      Form mainForm = new MainForm();
    33       PluginManager.ControlManager = (IControlManager)mainForm;
     33      ControlManager.RegisterManager((IControlManager)mainForm);
    3434      Application.Run(mainForm);
    3535    }
Note: See TracChangeset for help on using the changeset viewer.