Added attribute.
authorRavindra <ravindra@mono-cvs.ximian.com>
Sun, 15 Aug 2004 23:23:56 +0000 (23:23 -0000)
committerRavindra <ravindra@mono-cvs.ximian.com>
Sun, 15 Aug 2004 23:23:56 +0000 (23:23 -0000)
svn path=/trunk/mcs/; revision=32361

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDepth.cs

index eea69c57ecf14cae69fd5a4c77d48f7f4e0ca732..db07804f424cc018389728a3651c342fc8d1098e 100644 (file)
 //     Peter Bartok    (pbartok@novell.com)
 //
 //
-// $Revision: 1.1 $
+// $Revision: 1.2 $
 // $Modtime: $
 // $Log: ColorDepth.cs,v $
+// Revision 1.2  2004/08/15 23:23:56  ravindra
+// Added attribute.
+//
 // Revision 1.1  2004/07/15 20:05:28  pbartok
 // - Implemented ImageList and ImageList.ImageCollection classes
 // - Added ColorDepth enumeration
@@ -37,6 +40,7 @@
 // COMPLETE
 
 namespace System.Windows.Forms {
+       [Serializable]
        public enum ColorDepth {
                Depth4Bit       = 4,
                Depth8Bit       = 8,