using System; using System.Collections.Generic; using System.Text; namespace umbraco.interfaces { /// /// Interface for created applications in the umbraco backoffice /// public interface IApplication {} }