- Timestamp:
- 01/18/11 02:44:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/OKBExperiment.cs
r5304 r5317 337 337 } 338 338 private void algorithm_Stopped(object sender, EventArgs e) { 339 OnStopped();340 341 339 try { 342 340 OKBClient.Instance.AddRun(AlgorithmId, ProblemId, algorithm); … … 345 343 OnExceptionOccurred(ex); 346 344 } 345 OnStopped(); 347 346 } 348 347 private void algorithm_Runs_ItemsAdded(object sender, Collections.CollectionItemsChangedEventArgs<IRun> e) {
Note: See TracChangeset
for help on using the changeset viewer.