Files
Umbraco-CMS/src/umbraco.interfaces/IApplicationStartupHandler.cs
Matt@MBP-PC.Home b122758595 Added Tree / Application attributes for code first registration.
Depricated ApplicationBase and introduced ApplicationStartupHandler in it's place.
2012-06-28 09:08:39 -01:00

11 lines
189 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace umbraco.interfaces
{
public interface IApplicationStartupHandler
{ }
}