Lidarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs

10 lines
137 B
C#
Raw Normal View History

using NzbDrone.Common.Eventing;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationStartedEvent : IEvent
{
}
}