1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-15 23:42:45 +01:00
Radarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs

9 lines
137 B
C#
Raw Normal View History

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