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

    r3742 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Linq;
    28 using System.Text;
    29 using System.Windows.Forms;
    3023using HeuristicLab.MainForm;
    3124
    3225namespace HeuristicLab.Optimization.Views {
    33   [Content(typeof(RunCollectionEqualityConstraint),true)]
     26  [Content(typeof(RunCollectionEqualityConstraint), true)]
    3427  public partial class RunCollectionEqualityConstraintView : RunCollectionConstraintView {
    3528    public RunCollectionEqualityConstraintView() {
     
    5245    protected override void SetEnabledStateOfControls() {
    5346      base.SetEnabledStateOfControls();
    54       txtConstraintData.ReadOnly = Content == null || this.ReadOnly ;
     47      txtConstraintData.ReadOnly = Content == null || this.ReadOnly;
    5548    }
    5649
Note: See TracChangeset for help on using the changeset viewer.