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

    r1530 r2587  
    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.