Cleaning up folder structure (U4-56)

This commit is contained in:
shannon@ShandemVaio.home
2012-06-22 20:39:48 +04:00
parent 32cf81d98e
commit 580cb340ac
3856 changed files with 579 additions and 35014 deletions

View File

@@ -0,0 +1,7 @@
namespace umbraco.editorControls.userControlGrapper
{
public interface IUsercontrolDataEditor
{
object value { get; set;}
}
}