- Timestamp:
- 09/18/17 12:18:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBAlgorithmView.cs
r15287 r15367 324 324 if (Content != null) Content.StoreAlgorithmInEachRun = storeAlgorithmInEachRunCheckBox.Checked; 325 325 } 326 private void startButton_Click(object sender, EventArgs e) {327 Content.StartAsync();326 private async void startButton_Click(object sender, EventArgs e) { 327 await Content.StartAsync(); 328 328 } 329 329 private void pauseButton_Click(object sender, EventArgs e) {
Note: See TracChangeset
for help on using the changeset viewer.