mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
9 lines
141 B
C#
9 lines
141 B
C#
using NzbDrone.Common.Eventing;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
public class ApplicationShutdownRequested : IEvent
|
|
{
|
|
|
|
}
|
|
} |