- Timestamp:
- 11/24/15 17:08:43 (9 years ago)
- Location:
- branches/RefactorPluginInfrastructure-2522/HeuristicLab.Optimizer/3.3/MenuItems
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Optimizer/3.3/MenuItems/AboutMenuItem.cs
r13338 r13369 23 23 using System.Windows.Forms; 24 24 using HeuristicLab.MainForm; 25 using HeuristicLab.PluginInfrastructure; 25 26 using HeuristicLab.PluginInfrastructure.UI; 26 27 … … 41 42 public override void Execute() { 42 43 if (aboutDialog == null) 43 aboutDialog = new AboutDialog( );44 aboutDialog = new AboutDialog(ApplicationManager.Manager.Plugins, GetType().Assembly); // show information about optimizer 44 45 aboutDialog.ShowDialog((IWin32Window)MainFormManager.MainForm); 45 46 }
Note: See TracChangeset
for help on using the changeset viewer.