mirror of
https://github.com/Radarr/Radarr
synced 2025-12-12 11:25:06 +01:00
9 lines
176 B
C#
9 lines
176 B
C#
using NzbDrone.Common.Messaging;
|
|
using NzbDrone.Core.Messaging;
|
|
|
|
namespace NzbDrone.Core.Configuration.Events
|
|
{
|
|
public class ConfigFileSavedEvent : IEvent
|
|
{
|
|
}
|
|
}
|