Changeset 15384 for stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation
- Timestamp:
- 09/28/17 08:04:05 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15367
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBAlgorithmView.cs
r15292 r15384 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.