- Timestamp:
- 03/07/12 19:14:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs
r7259 r7582 21 21 22 22 using System; 23 using System.Threading.Tasks; 23 24 using System.Windows.Forms; 24 25 using HeuristicLab.MainForm; 25 using System.Threading.Tasks;26 using HeuristicLab.MainForm.WindowsForms; 26 27 using HeuristicLab.PluginInfrastructure; 27 28 … … 75 76 FinishProgressView(); 76 77 ErrorHandling.ShowErrorDialog(this, "An error occured while resuming the task.", t.Exception); 77 }, TaskContinuationOptions.OnlyOnFaulted); 78 }, TaskContinuationOptions.OnlyOnFaulted); 78 79 } 79 80
Note: See TracChangeset
for help on using the changeset viewer.