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.PluginInfrastructure/3.3/Starter/StarterForm.cs

    r3758 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
     24using System.Diagnostics;
     25using System.IO;
    2326using System.Linq;
    24 using System.Collections.Generic;
    25 using System.ComponentModel;
    26 using System.Data;
    27 using System.Drawing;
    28 using System.Text;
     27using System.Threading;
    2928using System.Windows.Forms;
    30 using System.Diagnostics;
    31 using HeuristicLab.PluginInfrastructure;
    32 using System.Threading;
     29using HeuristicLab.PluginInfrastructure.Advanced;
    3330using HeuristicLab.PluginInfrastructure.Manager;
    34 using System.IO;
    35 using HeuristicLab.PluginInfrastructure.Advanced;
    3631
    3732namespace HeuristicLab.PluginInfrastructure.Starter {
Note: See TracChangeset for help on using the changeset viewer.