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

10 lines
176 B
C#
Raw Normal View History

using NzbDrone.Common.Messaging;
2013-09-11 06:33:47 +00:00
using NzbDrone.Core.Messaging;
2013-07-24 15:08:31 +00:00
namespace NzbDrone.Core.Configuration.Events
{
public class ConfigFileSavedEvent : IEvent
{
}
}