mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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
|
|
{
|
|
|
|
}
|
|
} |