mirror of
https://github.com/Radarr/Radarr
synced 2025-01-19 06:00:27 +00:00
9 lines
141 B
C#
9 lines
141 B
C#
|
using NzbDrone.Common.Eventing;
|
|||
|
|
|||
|
namespace NzbDrone.Core.Lifecycle
|
|||
|
{
|
|||
|
public class ApplicationShutdownRequested : IEvent
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|