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

    r3777 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Data;
    25 using System.Drawing;
     23using System.Diagnostics;
     24using System.Linq;
     25using System.Reflection;
    2626using System.Windows.Forms;
    27 using System.Reflection;
    28 using System.Linq;
    29 using HeuristicLab.PluginInfrastructure;
    3027using HeuristicLab.PluginInfrastructure.Manager;
    31 using System.Diagnostics;
    3228
    3329namespace HeuristicLab.PluginInfrastructure.Starter {
Note: See TracChangeset for help on using the changeset viewer.