mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04:00
10 lines
138 B
C#
10 lines
138 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Lifecycle
|
|
{
|
|
public class ApplicationStartedEvent : IEvent
|
|
{
|
|
|
|
}
|
|
|
|
} |