ソースを参照

Added attribute.

svn path=/trunk/mcs/; revision=32361
Ravindra 21 年 前
コミット
f47a3cd397

+ 5 - 1
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDepth.cs

@@ -23,9 +23,12 @@
 //	Peter Bartok	([email protected])
 //
 //
-// $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,