- Timestamp:
- 03/07/11 14:23:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs
r5578 r5618 20 20 #endregion 21 21 22 using System;23 22 using HeuristicLab.Core; 24 23 using HeuristicLab.Optimization; … … 28 27 IParameter ProblemDataParameter { get; } 29 28 IDataAnalysisProblemData ProblemData { get; } 30 event EventHandler ProblemDataChanged;31 29 } 32 30
Note: See TracChangeset
for help on using the changeset viewer.