X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.HtmlControls%2FHtmlInputReset.cs;h=9c9314daadacb6e0ac51f90da54b00bd25fc6468;hb=df9c98dda18083ec63171490267e08342621ef45;hp=00be2772e24cab92bc1a29b14d4d6c9c6f53c6b2;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputReset.cs b/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputReset.cs index 00be2772e24..9c9314daada 100644 --- a/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputReset.cs +++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputReset.cs @@ -4,7 +4,7 @@ // Author: // Chris Toshok // -// 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 @@ -26,13 +26,11 @@ // 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 +