mirror of
https://github.com/Readarr/Readarr
synced 2025-12-18 22:33:50 +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
|
|
{
|
|
}
|
|
}
|