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

    r3752 r4068  
    1919 */
    2020#endregion
    21 using System;
    22 using System.Collections.Generic;
    23 using System.ComponentModel;
    24 using System.Drawing;
    25 using System.Data;
    26 using System.Linq;
    27 using System.Text;
    2821using System.Windows.Forms;
    29 using HeuristicLab.PluginInfrastructure;
    3022
    3123namespace HeuristicLab.PluginInfrastructure.Advanced {
    3224  internal partial class LicenseView : Form {
    3325
    34     public LicenseView() : base() {
     26    public LicenseView()
     27      : base() {
    3528      InitializeComponent();
    3629      Name = "License";
    3730    }
    3831
    39     public LicenseView(IPluginDescription plugin) : base() {
     32    public LicenseView(IPluginDescription plugin)
     33      : base() {
    4034      InitializeComponent();
    4135      Name = "License of: " + plugin;
Note: See TracChangeset for help on using the changeset viewer.