mirror of
https://github.com/Readarr/Readarr
synced 2025-12-18 22:33:50 +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
|
|
{
|
|
|
|
}
|
|
} |