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

Location:
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj

    r7410 r7582  
    165165    <None Include="Plugin.cs.frame" />
    166166    <Compile Include="Plugin.cs" />
    167     <Compile Include="Progress\ProgressView.cs">
    168       <SubType>UserControl</SubType>
    169     </Compile>
    170     <Compile Include="Progress\ProgressView.designer.cs">
    171       <DependentUpon>ProgressView.cs</DependentUpon>
    172     </Compile>
    173167    <Compile Include="Properties\AssemblyInfo.cs" />
    174168    <None Include="Properties\AssemblyInfo.cs.frame" />
  • 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.