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.Analysis.Views/3.3/DataTableView.cs

    r3904 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
     24using System.Drawing;
    2325using System.Linq;
    24 using System.Collections.Generic;
     26using System.Windows.Forms;
    2527using System.Windows.Forms.DataVisualization.Charting;
    2628using HeuristicLab.Collections;
    2729using HeuristicLab.Core.Views;
    2830using HeuristicLab.MainForm;
    29 using System.Windows.Forms;
    30 using System.Drawing;
    3131
    3232namespace HeuristicLab.Analysis.Views {
Note: See TracChangeset for help on using the changeset viewer.