1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00
Files
Radarr/src/NzbDrone.Core/Lifecycle/ApplicationStartingEvent.cs
T
2020-08-12 22:28:57 -04:00

9 lines
135 B
C#

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