Browse Source

oops, forgot to make ResolveClientUrl public

svn path=/trunk/mcs/; revision=50045
Sebastien Pouliot 20 năm trước cách đây
mục cha
commit
08b22e140d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mcs/class/System.Web/System.Web.UI/Control.cs

+ 1 - 1
mcs/class/System.Web/System.Web.UI/Control.cs

@@ -1410,7 +1410,7 @@ namespace System.Web.UI
 			set { skinId = value; }
 		}
 		
-		string ResolveClientUrl (string url)
+		public string ResolveClientUrl (string url)
 		{
 			throw new NotImplementedException ();               
 		}