* GroupBoxState.cs: Included in the 1.1 profile. svn path=/trunk/mcs/; revision=103480
@@ -1,3 +1,7 @@
+2008-05-19 George Giolfan <[email protected]>
+
+ * GroupBoxState.cs: Included in the 1.1 profile.
2008-04-29 George Giolfan <[email protected]>
* VisualStyleRenderer.cs: Added some code to eventually call CloseThemeData.
@@ -26,13 +26,14 @@
// Jonathan Pobst ([email protected])
//
-#if NET_2_0
namespace System.Windows.Forms.VisualStyles
{
- public enum GroupBoxState
+#if NET_2_0
+ public
+#endif
+ enum GroupBoxState
Normal = 1,
Disabled = 2
}
-}
-#endif
+}