1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-03 10:26:54 +00:00
Radarr/NzbDrone/Model/ApplicationMode.cs

12 lines
188 B
C#

namespace NzbDrone.Model
{
public enum ApplicationMode
{
Console,
Help,
InstallService,
UninstallService,
Service,
Nancy
}
}