importing messaging-2008 branch to trunk.
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlInputRadioButton.cs
index e71cf9712c24d798afcc5247b24cb1ddc182eda4..15589da533f65ea9b6927d1734bd74876395f3f8 100644 (file)
@@ -40,17 +40,15 @@ namespace System.Web.UI.HtmlControls {
 #if NET_2_0
        [SupportsEventValidation]
 #endif
-       public class HtmlInputRadioButton : HtmlInputControl, IPostBackDataHandler {
-
-               private static readonly object serverChangeEvent = new object ();
-
+       public class HtmlInputRadioButton : HtmlInputControl, IPostBackDataHandler 
+       {
+               static readonly object serverChangeEvent = new object ();
 
                public HtmlInputRadioButton ()
                        : base ("radio")
                {
                }
 
-
                [DefaultValue ("")]
                [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
                [WebSysDescription("")]