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/RunCollectionComparisonConstraintView.cs

    r3742 r4068  
    2323using System.Collections.Generic;
    2424using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    2725using System.Linq;
    28 using System.Text;
    29 using System.Windows.Forms;
     26using HeuristicLab.Data;
    3027using HeuristicLab.MainForm;
    31 using HeuristicLab.Data;
    3228
    3329namespace HeuristicLab.Optimization.Views {
     
    7369          }
    7470        }
    75          if (!string.IsNullOrEmpty(Content.ConstraintColumn)) {
     71        if (!string.IsNullOrEmpty(Content.ConstraintColumn)) {
    7672          this.cmbConstraintColumn.SelectedItem = Content.ConstraintColumn;
    7773          if (Content.ConstraintData != null)
Note: See TracChangeset for help on using the changeset viewer.