1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-29 03:05:49 +00:00
Sonarr/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
{
}
}