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

    r3752 r4068  
    2020#endregion
    2121using System;
    22 using System.Collections.Generic;
    23 using System.ComponentModel;
    24 using System.Data;
    25 using System.Drawing;
    26 using System.Linq;
    27 using System.Text;
    2822using System.Windows.Forms;
    2923
    3024namespace HeuristicLab.PluginInfrastructure.Advanced {
    3125  internal partial class LicenseConfirmationDialog : Form {
    32     public LicenseConfirmationDialog() : base() {
     26    public LicenseConfirmationDialog()
     27      : base() {
    3328      InitializeComponent();
    3429    }
    3530
    36     public LicenseConfirmationDialog(IPluginDescription plugin) : base() {
     31    public LicenseConfirmationDialog(IPluginDescription plugin)
     32      : base() {
    3733      InitializeComponent();
    3834      richTextBox.Text = plugin.LicenseText;
Note: See TracChangeset for help on using the changeset viewer.