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.MainForm.WindowsForms/3.3/MainForm.cs

    r3918 r4068  
    2121
    2222using System;
     23using System.Collections;
    2324using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    2725using System.Linq;
    28 using System.Text;
    2926using System.Windows.Forms;
    30 
     27using HeuristicLab.Common;
    3128using HeuristicLab.PluginInfrastructure;
    32 using System.Collections;
    3329using WeifenLuo.WinFormsUI.Docking;
    34 using HeuristicLab.Common;
    3530
    3631namespace HeuristicLab.MainForm.WindowsForms {
Note: See TracChangeset for help on using the changeset viewer.