1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-29 02:55:38 +00:00
Lidarr/NzbDrone.Core/Lifecycle/ApplicationShutdownRequested.cs
2013-04-18 21:46:18 -07:00

9 lines
No EOL
141 B
C#

using NzbDrone.Common.Eventing;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationShutdownRequested : IEvent
{
}
}