Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 12:36:39 (10 years ago)
Author:
mleitner
Message:

Refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridLogic.cs

    r10900 r10978  
    144144
    145145
    146 
    147146    public void SetSelection(IDictionary<int, IList<int>> selection) {
    148       preprocessingData.SetSelection(selection);
     147      preprocessingData.Selection = selection;
    149148    }
    150149
    151150    public IDictionary<int, IList<int>> GetSelection() {
    152       return preprocessingData.GetSelection();
     151      return preprocessingData.Selection;
    153152    }
    154153    public void ClearSelection() {
Note: See TracChangeset for help on using the changeset viewer.