mirror of
https://github.com/Radarr/Radarr
synced 2025-12-12 11:25:06 +01:00
10 lines
No EOL
168 B
C#
10 lines
No EOL
168 B
C#
using NzbDrone.Common.Messaging;
|
|
using NzbDrone.Core.Messaging;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
public class ApplicationStartedEvent : IEvent
|
|
{
|
|
|
|
}
|
|
} |