Updated the package installer to trigger the App/Tree StartupHandlers to re-trigger any imports.
13 lines
262 B
C#
13 lines
262 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace umbraco.interfaces
|
|
{
|
|
/// <summary>
|
|
/// Interface for created applications in the umbraco backoffice
|
|
/// </summary>
|
|
public interface IApplication
|
|
{}
|
|
}
|