Changeset 4118 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 07/27/10 19:54:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
r4106 r4118 278 278 #region Helpers 279 279 [StorableHook(HookType.AfterDeserialization)] 280 private void AfterDeserializationHook() { 281 // BackwardsCompatibility3.3 282 #region Backwards compatible code (remove with 3.4) 283 if (operators == null) InitializeOperators(); 284 #endregion 285 AttachEventHandlers(); 286 } 287 280 288 private void AttachEventHandlers() { 281 // Start BackwardsCompatibility3.3 (remove with 3.4)282 if (operators == null) InitializeOperators();283 // End BackwardsCompatibility3.3284 289 SolutionCreatorParameter.ValueChanged += new EventHandler(SolutionCreatorParameter_ValueChanged); 285 290 SolutionCreator.SymbolicExpressionTreeParameter.ActualNameChanged += new EventHandler(SolutionCreator_SymbolicExpressionTreeParameter_ActualNameChanged);
Note: See TracChangeset
for help on using the changeset viewer.