Changeset 15290 for branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/MultiTrajectory
- Timestamp:
- 07/27/17 10:06:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/MultiTrajectory/MultiTrajectoryView.cs
r7128 r15290 136 136 } 137 137 private void startButton_Click(object sender, System.EventArgs e) { 138 Content.Start ();138 Content.StartAsync(); 139 139 } 140 140 private void pauseButton_Click(object sender, System.EventArgs e) {
Note: See TracChangeset
for help on using the changeset viewer.