2006-12-26 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / SizeType.cs
index 7fcb66e22a5a901043ef8953c8c9785631c11836..464dcea339090f79588be76738f9f9759c42e2c3 100644 (file)
@@ -23,7 +23,7 @@
 //
 // (C) 2004 Novell, Inc.
 //
-
+#if NET_2_0
 namespace System.Windows.Forms {
        public enum SizeType {
                AutoSize = 0,
@@ -31,3 +31,4 @@ namespace System.Windows.Forms {
                Percent = 2
        }
 }
+#endif