2004-04-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / UpDownEventHandler.cs
index 40f951b22c9ef2e94e6ec03d4b7ca96b82249d87..d805338ce0f5e3ee25a4159ce5de3aba21c6a3c2 100644 (file)
@@ -1,19 +1,20 @@
-//\r
-// System.Windows.Forms.UpDownEventHandler.cs\r
-//\r
-// Authors:\r
-//   Jaak Simm (jaaksimm@firm.ee)\r
-//   Dennis Hayes (dennish@Raytek.com)\r
-//\r
-// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
-//\r
-\r
-namespace System.Windows.Forms\r
-{\r
-       /// <summary>\r
-       /// This type supports the .NET Framework infrastructure \r
-       /// and is not intended to be used directly from your code.\r
-       /// </summary>\r
-       [Serializable]\r
-       public delegate void UpDownEventHandler(object sender, UpDownEventArgs e);\r
-}
\ No newline at end of file
+//
+// System.Windows.Forms.UpDownEventHandler.cs
+//
+// Authors:
+//   Jaak Simm (jaaksimm@firm.ee)
+//   Dennis Hayes (dennish@Raytek.com)
+//   Gianandrea Terzi (gianandrea.terzi@lario.com)
+//
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+//
+
+namespace System.Windows.Forms {
+
+       /// <summary>
+       /// This type supports the .NET Framework infrastructure 
+       /// and is not intended to be used directly from your code.
+       /// </summary>
+       [Serializable]
+       public delegate void UpDownEventHandler(object source, UpDownEventArgs e);
+}