Changeset 10551 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.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/StatisticsLogic.cs
r10539 r10551 185 185 return dateTime.Add(new TimeSpan(0, 0, (int)seconds)); 186 186 } 187 188 public event DataPreprocessingChangedEventHandler Changed { 189 add { preprocessingData.Changed += value; } 190 remove { preprocessingData.Changed -= value; } 191 } 187 192 } 188 193 }
Note: See TracChangeset
for help on using the changeset viewer.