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

    r4058 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    2624using System.Drawing;
    2725using System.Linq;
    28 using System.Text;
    2926using System.Windows.Forms;
    30 using HeuristicLab.MainForm.WindowsForms;
    31 using HeuristicLab.MainForm;
    3227using System.Windows.Forms.DataVisualization.Charting;
    3328using HeuristicLab.Common;
    3429using HeuristicLab.Core;
    3530using HeuristicLab.Data;
    36 using System.Threading;
     31using HeuristicLab.MainForm;
     32using HeuristicLab.MainForm.WindowsForms;
    3733
    3834namespace HeuristicLab.Optimization.Views {
Note: See TracChangeset for help on using the changeset viewer.