Remove the mono-profiler- prefix from all source files in the profiler subdir.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / PropertyValueUIItemInvokeHandler.cs
index 7b73cc2394ef41e07adad1b5ecce190c856476f5..ff0293b15b8aea2d4bd23a38a9a3de60b197d76b 100644 (file)
@@ -1,13 +1,10 @@
 // System.Drawing.Design.PropertyValueUIItemInvokeHandler.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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System.Drawing;
 using System.ComponentModel;
 
-namespace System.Drawing.Design
-{
-       [Serializable]
+namespace System.Drawing.Design {
+
        public delegate void PropertyValueUIItemInvokeHandler (
                                   ITypeDescriptorContext context,
                                   PropertyDescriptor descriptor,