using NzbDrone.Common.Messaging;

namespace NzbDrone.Core.Lifecycle
{
    public class ApplicationStartedEvent : IEvent
    {

    }

}