mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-23 02:05:27 +02:00
10 lines
173 B
C#
10 lines
173 B
C#
using NzbDrone.Common.Messaging;
|
|
using NzbDrone.Core.Messaging;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
public class ApplicationShutdownRequested : IEvent
|
|
{
|
|
|
|
}
|
|
} |