mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-19 06:16:02 +00:00
9 lines
137 B
C#
9 lines
137 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
public class ApplicationStartedEvent : IEvent
|
|
{
|
|
|
|
}
|
|
} |