2
0
Эх сурвалжийг харах

svn path=/trunk/mcs/; revision=63585

dimitar 19 жил өмнө
parent
commit
237bc7b155

+ 6 - 11
mcs/class/System.Web/System.Web.UI.WebControls.WebParts/EditorPart.cs

@@ -41,8 +41,11 @@ namespace System.Web.UI.WebControls.WebParts
 	{	
 		bool				display = true;
 		WebPart				webPartToEdit;
+#if false
 		WebPartManager		manager;
-//		EditorZoneBase		zone;
+		EditorZoneBase		zone;
+#endif
+		object zone;
 		string				displayTitle;
 		
 
@@ -63,7 +66,7 @@ namespace System.Web.UI.WebControls.WebParts
 			if(!Display)
 				Visible = false;
 		}
-
+#if false
 		[MonoTODO]
 		protected override void SetDesignModeState (IDictionary data)
 		{
@@ -71,7 +74,7 @@ namespace System.Web.UI.WebControls.WebParts
 			if(stateZone != null)
 				zone = stateZone;
 		}
-
+#endif
 		public abstract void SyncChanges ();
 
 		[Browsable (false)]
@@ -98,14 +101,6 @@ namespace System.Web.UI.WebControls.WebParts
 			get { return webPartToEdit; }
 		}
 
-		protected WebPartManager WebPartManager {
-			get { return manager; }
-		}
-
-		protected EditorZoneBase Zone { 
-			get { return zone; } 
-		}
-
 #if false
 		protected EditorZoneBase Zone {
 			get { throw new NotImplementedException (); }