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.Operators.Views.GraphVisualization/3.3/General/IGraphVisualizationInfo.cs

    r3742 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    26 using HeuristicLab.Core;
     24using HeuristicLab.Collections;
    2725using HeuristicLab.Common;
    28 using HeuristicLab.Collections;
    2926
    3027namespace HeuristicLab.Operators.Views.GraphVisualization {
    31   public interface IGraphVisualizationInfo : IDeepCloneable,IContent {
     28  public interface IGraphVisualizationInfo : IDeepCloneable, IContent {
    3229    IShapeInfo InitialShape { get; set; }
    3330    event EventHandler InitialShapeChanged;
Note: See TracChangeset for help on using the changeset viewer.