Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/17 15:17:35 (7 years ago)
Author:
pfleck
Message:

#2809: Removed StatisticsLogic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs

    r15274 r15283  
    4949      if (Content != null) {
    5050        var data = Content.Data;
    51         var statisticsLogic = new StatisticsLogic(data);
    52         var manipulationLogic = new ManipulationLogic(data, statisticsLogic);
     51        var manipulationLogic = new ManipulationLogic(data);
    5352
    5453        var viewShortcuts = new ItemList<IViewShortcut> {
    5554          new DataGridContent(data, manipulationLogic),
    56           new StatisticsContent(data, statisticsLogic),
     55          new StatisticsContent(data),
    5756
    5857          new LineChartContent(data),
Note: See TracChangeset for help on using the changeset viewer.