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

    r3763 r4068  
    2020#endregion
    2121using System;
    22 using System.Collections.Generic;
    23 using System.ComponentModel;
    24 using System.Drawing;
    25 using System.Data;
     22using System.IO;
    2623using System.Linq;
    27 using System.Text;
    2824using System.Windows.Forms;
    29 using HeuristicLab.PluginInfrastructure;
    30 using System.IO;
    3125using HeuristicLab.PluginInfrastructure.Manager;
    3226
Note: See TracChangeset for help on using the changeset viewer.