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.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendApplication.cs

    r1529 r2587  
    3030  /// The HeuristicLab Advanced Optimization Frontend Application.
    3131  /// </summary>
    32   [ClassInfo(Name = "HeuristicLab 3.2 (dockable)", Description="Next generation heuristic optimization environment.")]
     32  [Application("HeuristicLab 3.2 (dockable)", "Next generation heuristic optimization environment.")]
    3333  class HeuristicLabAdvancedOptimizationFrontendApplication : ApplicationBase {
    3434    /// <summary>
     
    3737    public override void Run() {
    3838      Form mainForm = new MainForm();
    39       PluginManager.ControlManager = (IControlManager)mainForm;
     39      ControlManager.RegisterManager((IControlManager)mainForm);
    4040      Application.Run(mainForm);
    4141    }
Note: See TracChangeset for help on using the changeset viewer.