mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-12 22:12:38 +01:00
9 lines
141 B
C#
9 lines
141 B
C#
|
using NzbDrone.Common.Eventing;
|
|||
|
|
|||
|
namespace NzbDrone.Core.Lifecycle
|
|||
|
{
|
|||
|
public class ApplicationShutdownRequested : IEvent
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|