Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/17 14:12:27 (7 years ago)
Author:
pfleck
Message:

#2809 removed ManipulationLogic

File:
1 edited

Legend:

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

    r15283 r15285  
    4949      if (Content != null) {
    5050        var data = Content.Data;
    51         var manipulationLogic = new ManipulationLogic(data);
    5251
    5352        var viewShortcuts = new ItemList<IViewShortcut> {
    54           new DataGridContent(data, manipulationLogic),
     53          new DataGridContent(data),
    5554          new StatisticsContent(data),
    5655
     
    6362
    6463          new FilterContent(data),
    65           new ManipulationContent(data, manipulationLogic),
     64          new ManipulationContent(data),
    6665          new TransformationContent(data)
    6766        };
Note: See TracChangeset for help on using the changeset viewer.