[man] Add entries for sgen modes and new major/minor types
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ToolboxItemCreatorCallback.cs
index a814f643fe083f0015623273cc272c2394482306..4df4cd67e14aa992c27fc981ee3a65475cf4393a 100644 (file)
@@ -1,13 +1,10 @@
 // System.Drawing.Design.ToolboxItemCreatorCallback.cs
 // 
 // Author:
-//      Alejandro Sánchez Acosta  <raciel@es.gnu.org>
+//      Alejandro Sánchez Acosta  <raciel@es.gnu.org>
 // 
-// (C) Alejandro Sánchez Acosta
-// 
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) Alejandro Sánchez Acosta
+// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -29,9 +26,8 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Drawing.Design
-{
-       [Serializable]
+namespace System.Drawing.Design {
+
        public delegate ToolboxItem ToolboxItemCreatorCallback(
                                   object serializedObject,
                                   string format);