X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FBoundColumn.cs;h=76a92eecfb18d5e6b928e0970902427c5cf9a742;hb=2201611f9ed3ddcbab9f7edf947ccd846a30dbca;hp=54ebdeebb6e0686938dc270c4b7ef0da10755e7e;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/BoundColumn.cs b/mcs/class/System.Web/System.Web.UI.WebControls/BoundColumn.cs index 54ebdeebb6e..76a92eecfb1 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/BoundColumn.cs +++ b/mcs/class/System.Web/System.Web.UI.WebControls/BoundColumn.cs @@ -34,9 +34,9 @@ namespace System.Web.UI.WebControls { // CAS [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] - public class BoundColumn : DataGridColumn { - - private string data_format_string; + public class BoundColumn : DataGridColumn + { + string data_format_string; public BoundColumn () {