mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
10 lines
176 B
C#
10 lines
176 B
C#
using NzbDrone.Common.Messaging;
|
|
using NzbDrone.Core.Messaging;
|
|
|
|
namespace NzbDrone.Core.Configuration.Events
|
|
{
|
|
public class ConfigFileSavedEvent : IEvent
|
|
{
|
|
}
|
|
}
|