Merge pull request #2590 from esdrubal/wcf_req
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / LayoutEventHandler.cs
index 8acc5c6a55ec5f3e6f2d24889b3a935c439ab488..208c9d8d132d90e78f17bf32ffc67feaff9b98e1 100644 (file)
@@ -1,13 +1,3 @@
-//
-// System.Windows.Forms.LayoutEventHandler.cs
-//
-// Author:
-//   Dennis hayes (dennish@raytek.com)
-//
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
-//
-
-//
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // "Software"), to deal in the Software without restriction, including
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+// Copyright (c) 2004 Novell, Inc.
+//
+// Authors:
+//     Peter Bartok    pbartok@novell.com
+//
+//
+
+
+// COMPLETE
 
 namespace System.Windows.Forms {
-       [Serializable]
-       public delegate void LayoutEventHandler (
-       object sender,
-       LayoutEventArgs e
-       );
+       public delegate void LayoutEventHandler (object sender, LayoutEventArgs e);
 }