diff Windows/Forms/Delegates.cs @ 7:02a7c7aaf2c1

* Fix line terminators no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Jun 2009 19:03:23 +0000
parents 1acdb0aff4a7
children
line wrap: on
line diff
--- a/Windows/Forms/Delegates.cs	Mon May 25 10:29:21 2009 +0000
+++ b/Windows/Forms/Delegates.cs	Sat Jun 27 19:03:23 2009 +0000
@@ -2,11 +2,11 @@
 //
 // The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license.
 
-using System;
-using System.Windows.Forms;
-
-namespace IBBoard.Windows.Forms
-{
-    public delegate void ToolBarButtonRangeDelegate(ToolBarButton[] buttons);
-    public delegate void ToolBarButtonDelegate(ToolBarButton button);
-}
+using System;
+using System.Windows.Forms;
+
+namespace IBBoard.Windows.Forms
+{
+    public delegate void ToolBarButtonRangeDelegate(ToolBarButton[] buttons);
+    public delegate void ToolBarButtonDelegate(ToolBarButton button);
+}