sonarr-repo-only/NzbDrone.Core/Configuration/Events/ConfigSavedEvent.cs

10 lines
172 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.Configuration.Events
{
public class ConfigSavedEvent : IEvent
{
}
}