1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00
Files
Radarr/NzbDrone.Core/Lifecycle/ApplicationShutdownRequested.cs
T
2013-04-18 21:46:18 -07:00

9 lines
141 B
C#

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