Lidarr/NzbDrone.Core/Lifecycle/ApplicationStartedEvent.cs

10 lines
168 B
C#
Raw Normal View History

using NzbDrone.Common.Messaging;
2013-09-11 06:33:47 +00:00
using NzbDrone.Core.Messaging;
namespace NzbDrone.Core.Lifecycle
{
public class ApplicationStartedEvent : IEvent
{
}
}