Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/12 19:14:08 (12 years ago)
Author:
ascheibe
Message:

#1762 moved ProgressView from Hive to MainForms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs

    r7259 r7582  
    2121
    2222using System;
     23using System.Threading.Tasks;
    2324using System.Windows.Forms;
    2425using HeuristicLab.MainForm;
    25 using System.Threading.Tasks;
     26using HeuristicLab.MainForm.WindowsForms;
    2627using HeuristicLab.PluginInfrastructure;
    2728
     
    7576        FinishProgressView();
    7677        ErrorHandling.ShowErrorDialog(this, "An error occured while resuming the task.", t.Exception);
    77       }, TaskContinuationOptions.OnlyOnFaulted); 
     78      }, TaskContinuationOptions.OnlyOnFaulted);
    7879    }
    7980
Note: See TracChangeset for help on using the changeset viewer.