Radarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs

10 lines
138 B
C#
Raw Normal View History

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