Finally got around to changing all calls to umbraco.IO to Umbraco.Core.IO - that'll clear up several hundreds of warnings :)

This commit is contained in:
Shannon
2013-10-03 12:45:40 +10:00
parent 56f1062db8
commit 55247fe31d
149 changed files with 245 additions and 237 deletions

View File

@@ -3,7 +3,7 @@ using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using umbraco.controls.Images;
using umbraco.IO;
using Umbraco.Core.IO;
namespace umbraco.editorControls.MultiNodeTreePicker
{