Changeset 13722 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Menu/900_Tools
- Timestamp:
- 03/23/16 22:51:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Menu/900_Tools/990_ShowAllInOneViewMenuItem.cs
r13720 r13722 25 25 internal class ShowAllInOneViewMenuItem : MenuItemBase { 26 26 public override void Execute() { 27 MainForm.ShowContent(MainForm.ExpertSystem, typeof( ExpertSystemView));27 MainForm.ShowContent(MainForm.ExpertSystem, typeof(KnowledgeCenterAllinOneView)); 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.