Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs

    r4011 r4068  
    2727using HeuristicLab.Core.Views;
    2828using HeuristicLab.MainForm;
    29 using HeuristicLab.Persistence.Default.Xml;
    3029using HeuristicLab.PluginInfrastructure;
    3130
     
    184183            IProblem problem = content as IProblem;
    185184            if (problem == null)
    186               Invoke(new Action(() => 
     185              Invoke(new Action(() =>
    187186                MessageBox.Show(this, "The selected file does not contain a problem.", "Invalid File", MessageBoxButtons.OK, MessageBoxIcon.Error)));
    188187            else if (!Content.ProblemType.IsInstanceOfType(problem))
Note: See TracChangeset for help on using the changeset viewer.