Changeset 3133
- Timestamp:
- 03/19/10 19:33:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TSP/3.3/PathTSPTour.cs
r3107 r3133 57 57 if (permutation != null) DeregisterPermutationEvents(); 58 58 permutation = value; 59 if (permutation != null) Register CoordinatesEvents();59 if (permutation != null) RegisterPermutationEvents(); 60 60 OnPermutationChanged(); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.