Changeset 2933 for trunk/sources/HeuristicLab.Algorithms.SGA/3.3/Tests
- Timestamp:
- 03/05/10 06:38:53 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.SGA/3.3/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SGA/3.3/Tests/UnitTest.cs
r2917 r2933 93 93 } 94 94 95 void sga_ExceptionOccurred(object sender, EventArgs<Exception> e) {95 private void sga_ExceptionOccurred(object sender, EventArgs<Exception> e) { 96 96 ex = e.Value; 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.