Merge pull request #2394 from Mailaender/patch-1
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlInputReset.cs
index 00be2772e24cab92bc1a29b14d4d6c9c6f53c6b2..9c9314daadacb6e0ac51f90da54b00bd25fc6468 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //     Chris Toshok  <toshok@ximian.com>
 //
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2005-2010 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.ComponentModel;
 using System.Security.Permissions;
 
-namespace System.Web.UI.HtmlControls {
-
+namespace System.Web.UI.HtmlControls
+{
        // CAS
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
@@ -41,7 +39,7 @@ namespace System.Web.UI.HtmlControls {
        [SupportsEventValidation]
        public class HtmlInputReset : HtmlInputButton
        {
-               private static readonly object ServerClickEvent = new object();
+               static readonly object ServerClickEvent = new object();
 
                public HtmlInputReset ()
                        : base ("reset")
@@ -85,4 +83,4 @@ namespace System.Web.UI.HtmlControls {
 
        }
 }
-#endif
+