1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-19 06:00:27 +00:00
Radarr/NzbDrone.Core/Lifecycle/ApplicationShutdownRequested.cs

9 lines
141 B
C#
Raw Normal View History

2013-04-19 04:46:18 +00:00
using NzbDrone.Common.Eventing;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationShutdownRequested : IEvent
{
}
}