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

10 lines
176 B
C#

using NzbDrone.Common.Messaging;
using NzbDrone.Core.Messaging;
namespace NzbDrone.Core.Configuration.Events
{
public class ConfigFileSavedEvent : IEvent
{
}
}