1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-30 18:25:57 -04:00
Files
Radarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs
2013-09-12 15:42:01 -07:00

9 lines
137 B
C#

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