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.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Ghosts.cs

    r2801 r4068  
    3030
    3131using System;
    32 using System.Collections.Generic;
    33 using System.Linq;
    34 using System.Text;
     32using System.Drawing;
    3533using Netron.Diagramming.Core;
    36 using System.Drawing;
    3734
    3835namespace HeuristicLab.Netron {
     
    203200        return Rectangle.FromLTRB(Math.Min(mStart.X, mEnd.X), Math.Min(mStart.Y, mEnd.Y), Math.Max(mStart.X, mEnd.X), Math.Max(mStart.Y, mEnd.Y));
    204201      }
    205       set { 
     202      set {
    206203        //was orginally empty
    207204        throw new NotImplementedException();
Note: See TracChangeset for help on using the changeset viewer.