* UnsafeNativeMethods.cs: added IEnumVariant interface,
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / StatusBarDrawItemEventHandler.cs
index abe3fff5603300f35e00f319149588c7accc615b..36fd5720fff84adbdb76b5d21c6b2243b90b7086 100644 (file)
@@ -1,18 +1,18 @@
-//\r
-// System.Windows.Forms.StatusBarDrawItemEventHandler.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
-       /// Represents the method that will handle the DrawItem event of a StatusBar.\r
-       /// </summary>\r
-       [Serializable]\r
-       public delegate void StatusBarDrawItemEventHandler(object sender, StatusBarDrawItemEventArgs e);\r
-}
\ No newline at end of file
+//
+// System.Windows.Forms.StatusBarDrawItemEventHandler.cs
+//
+// Authors:
+//   Jaak Simm (jaaksimm@firm.ee)
+//   Dennis Hayes (dennish@Raytek.com)
+//
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+//
+
+namespace System.Windows.Forms {
+
+       /// <summary>
+       /// Represents the method that will handle the DrawItem event of a StatusBar.
+       /// </summary>
+       [Serializable]
+       public delegate void StatusBarDrawItemEventHandler(object sender, StatusBarDrawItemEventArgs e);
+}