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/3.3/Interfaces/IRun.cs

    r3428 r4068  
    2020#endregion
    2121
     22using System;
    2223using System.Collections.Generic;
    23 using HeuristicLab.Common;
     24using System.Drawing;
    2425using HeuristicLab.Core;
    25 using System.Drawing;
    26 using System;
    2726
    2827namespace HeuristicLab.Optimization {
     
    3534    IDictionary<string, IItem> Results { get; }
    3635
    37     Color Color {get;set;}
     36    Color Color { get; set; }
    3837    bool Visible { get; set; }
    3938    event EventHandler Changed;
Note: See TracChangeset for help on using the changeset viewer.