2008-04-30 George Giolfan <georgegiolfan@yahoo.com>
authorGeorge Giolfan <ggiolfan@mono-cvs.ximian.com>
Wed, 30 Apr 2008 15:00:42 +0000 (15:00 -0000)
committerGeorge Giolfan <ggiolfan@mono-cvs.ximian.com>
Wed, 30 Apr 2008 15:00:42 +0000 (15:00 -0000)
* TabControlPainter.cs: Ordered usings.

svn path=/trunk/mcs/; revision=102210

mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/TabControlPainter.cs

index 4900a01bc1258a8322abf626ce2dfef465e15137..ffe7ef0ae2c7b1e3d6f66ec480e36ef7fb8cd8e0 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-30  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * TabControlPainter.cs: Ordered usings.
+
 2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>
 
        * TabControlPainter.cs: Fixed duplication.
index 76cfe6d2dc84b3e79584652f01e5dcb142352d91..f082ea2f8410e4f37cc4dfabe715c1722b8f79e4 100644 (file)
@@ -22,8 +22,8 @@
 // Authors:
 //     George Giolfan (georgegiolfan@yahoo.com)
 
-using System.Windows.Forms.VisualStyles;
 using System.Drawing;
+using System.Windows.Forms.VisualStyles;
 namespace System.Windows.Forms.Theming.VisualStyles
 {
        class TabControlPainter : Default.TabControlPainter