Changeset 10551 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsContent.cs
- Timestamp:
- 03/05/14 17:27:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsContent.cs
r10539 r10551 48 48 return new StatisticsContent(this, cloner); 49 49 } 50 51 public event DataPreprocessingChangedEventHandler Changed { 52 add { statisticsLogic.Changed += value; } 53 remove { statisticsLogic.Changed -= value; } 54 } 55 50 56 } 51 57 }
Note: See TracChangeset
for help on using the changeset viewer.