Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/13 12:47:53 (11 years ago)
Author:
mkommend
Message:

#1508: Minor code cleanup in trading plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Trading.Views/3.4/SolutionView.cs

    r9796 r9928  
    3232      InitializeComponent();
    3333
    34       var regressionSolutionEvaluationViewTypes = ApplicationManager.Manager.GetTypes(typeof(ISolutionEvaluationView), true);
    35       foreach (Type viewType in regressionSolutionEvaluationViewTypes)
     34      var solutionEvaluationViewTypes = ApplicationManager.Manager.GetTypes(typeof(ISolutionEvaluationView));
     35      foreach (Type viewType in solutionEvaluationViewTypes)
    3636        AddViewListViewItem(viewType, HeuristicLab.Common.Resources.VSImageLibrary.Graph);
    3737    }
Note: See TracChangeset for help on using the changeset viewer.