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/Advanced/UploadPluginsView.cs

    r3721 r4068  
    2424using System.ComponentModel;
    2525using System.Drawing;
    26 using System.Data;
     26using System.IO;
    2727using System.Linq;
    28 using System.Text;
     28using System.ServiceModel;
    2929using System.Windows.Forms;
    30 using System.ServiceModel;
     30using HeuristicLab.PluginInfrastructure.Manager;
    3131using ICSharpCode.SharpZipLib.Zip;
    32 using System.IO;
    33 using HeuristicLab.PluginInfrastructure.Manager;
    3432
    3533namespace HeuristicLab.PluginInfrastructure.Advanced {
Note: See TracChangeset for help on using the changeset viewer.