mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04: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
|
|
{
|
|
}
|
|
}
|