Radarr/src/NzbDrone.Core/Configuration/Events/ConfigFileSavedEvent.cs

9 lines
145 B
C#
Raw Normal View History

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