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.CodeEditor/3.3/CodeViewer.cs

    r3742 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
     
    3731    }
    3832
    39     public CodeViewer(string code) : this() {
     33    public CodeViewer(string code)
     34      : this() {
    4035      textEditorControl1.Text = code;
    4136    }
Note: See TracChangeset for help on using the changeset viewer.