Author: martin
Date: 2005-04-15 08:12:45 -0400 (Fri, 15 Apr 2005)
New Revision: 43038

Modified:
   trunk/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/WebPartVerb.cs
Log:
Someone was very funny here ;-)


Modified: 
trunk/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/WebPartVerb.cs
===================================================================
--- 
trunk/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/WebPartVerb.cs    
    2005-04-15 12:07:12 UTC (rev 43037)
+++ 
trunk/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/WebPartVerb.cs    
    2005-04-15 12:12:45 UTC (rev 43038)
@@ -110,9 +110,10 @@
                }
 
                [MonoTODO]
-               bool IStateManager.get_IsTrackingViewState ()
-               {
-                       throw new NotImplementedException ();
+               bool IStateManager.IsTrackingViewState {
+                       get {
+                               throw new NotImplementedException ();
+                       }
                }
 
                [WebSysDescriptionAttribute ("Denotes verb is checked or not."),

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to