Changeset 15367 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
- Timestamp:
- 09/18/17 12:18:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
r15287 r15367 222 222 } 223 223 224 private void startButton_Click(object sender, EventArgs e) {225 Content.StartAsync();224 private async void startButton_Click(object sender, EventArgs e) { 225 await Content.StartAsync(); 226 226 } 227 227 private void pauseButton_Click(object sender, EventArgs e) {
Note: See TracChangeset
for help on using the changeset viewer.