[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilder
[mono.git] / mcs / class / System.Web / System.Web.UI / IControlDesignerAccessor.cs
index 604f222d538cd35fa3d76ca667e42c386b41acdc..51f1152594a6f6f8e26b9fadafef7b00fa942f7c 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //      Sanjay Gupta (gsanjay@novell.com)
 //
-// (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2004-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;
 using System.Collections;
 
@@ -44,5 +42,3 @@ namespace System.Web.UI
                IDictionary UserData { get; }
        }
 }
-#endif
-