Changeset 4118 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation
- Timestamp:
- 07/27/10 19:54:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs
r4098 r4118 193 193 #region Helpers 194 194 [StorableHook(HookType.AfterDeserialization)] 195 private void AfterDeserializationHook() { 196 AttachEventHandlers(); 197 } 198 195 199 private void AttachEventHandlers() { 196 200 SolutionCreatorParameter.ValueChanged += new EventHandler(SolutionCreatorParameter_ValueChanged);
Note: See TracChangeset
for help on using the changeset viewer.