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

    r2645 r4068  
    1 using System;
    21
    3 namespace WeifenLuo.WinFormsUI.Docking
    4 {
    5   internal static class Measures
    6   {
    7     public const int SplitterSize = 4;
    8   }
     2namespace WeifenLuo.WinFormsUI.Docking {
     3  internal static class Measures {
     4    public const int SplitterSize = 4;
     5  }
    96
    10   internal static class MeasurePane
    11   {
    12     public const int MinSize = 24;
    13   }
     7  internal static class MeasurePane {
     8    public const int MinSize = 24;
     9  }
    1410}
Note: See TracChangeset for help on using the changeset viewer.