Changeset 13722 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingProblemInstanceView.cs
- Timestamp:
- 03/23/16 22:51:27 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingProblemInstanceView.cs
r13721 r13722 30 30 namespace HeuristicLab.OptimizationExpertSystem { 31 31 [View("Understanding Problem Instance")] 32 [Content(typeof( ExpertSystem), IsDefaultView = false)]33 public partial class UnderstandingProblemInstanceView : ExpertSystemViewBase {32 [Content(typeof(KnowledgeCenter), IsDefaultView = false)] 33 public partial class UnderstandingProblemInstanceView : KnowledgeCenterViewBase { 34 34 public UnderstandingProblemInstanceView() { 35 35 InitializeComponent();
Note: See TracChangeset
for help on using the changeset viewer.