[Microsoft.Build] Fix expected output newline from ProcessWrapper.OutputStreamChanged...
[mono.git] / mcs / class / System.Web / System.Web.UI / ICheckBoxControl.cs
index 6ebc2a330d74e90f19bc0357e852f9737f71d4a3..006804c67b8a4d6a1995c2bd69970da8d6235666 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Lluis Sanchez Gual (lluis@novell.com)
 //
-// (C) 2005 Novell, Inc (http://www.novell.com)
+// (C) 2005-2010 Novell, Inc (http://www.novell.com)
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
-#if NET_2_0
 using System;
 
 namespace System.Web.UI
@@ -39,5 +37,4 @@ namespace System.Web.UI
                event EventHandler CheckedChanged;
        }
 }
-#endif