Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/14/09 00:23:57 (15 years ago)
Author:
swagner
Message:

Continued work on Optimizer (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerApplication.cs

    r2547 r2555  
    2727using HeuristicLab.PluginInfrastructure;
    2828using HeuristicLab.Common.Resources;
     29using HeuristicLab.MainForm;
    2930using HeuristicLab.MainForm.WindowsForms;
    3031
     
    3435    public override void Run() {
    3536      OptimizerMainForm mainForm = new OptimizerMainForm(typeof(IOptimizerUserInterfaceItemProvider));
     37      mainForm.ViewClosed += new EventHandler<ViewEventArgs>(FileManager.ViewClosed);
    3638      Application.Run(mainForm);
    3739    }
Note: See TracChangeset for help on using the changeset viewer.