2007-04-02 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / FormWindowState.cs
index ec2cca91c8851bc8033f1caeef70b286566eb612..d22ea8e59f9b9e90a2634e8f09ddb4ff196aebab 100644 (file)
 // Authors:
 //     Ravindra (rkumar@novell.com)
 //
-// $Revision: 1.2 $
-// $Modtime: $
-// $Log: FormWindowState.cs,v $
-// Revision 1.2  2004/09/22 20:01:21  pbartok
-// - Fixed wrong values
-//
-// Revision 1.1  2004/09/09 05:47:47  ravindra
-// Enums for Form.
-//
-//
+
 
 using System.Runtime.InteropServices;
 
 namespace System.Windows.Forms
 {
        [ComVisible (true)]
+#if !NET_2_0
        [Serializable]
+#endif
        public enum FormWindowState
        {
                Normal = 0,