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.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/DummyControl.cs

    r2645 r4068  
    1 using System;
    21using System.Windows.Forms;
    32
    4 namespace WeifenLuo.WinFormsUI.Docking
    5 {
    6   internal class DummyControl : Control
    7   {
    8     public DummyControl()
    9     {
    10       SetStyle(ControlStyles.Selectable, false);
    11     }
    12   }
     3namespace WeifenLuo.WinFormsUI.Docking {
     4  internal class DummyControl : Control {
     5    public DummyControl() {
     6      SetStyle(ControlStyles.Selectable, false);
     7    }
     8  }
    139}
Note: See TracChangeset for help on using the changeset viewer.