1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-13 18:06:10 +00:00
Sonarr/NzbDrone/Model/ApplicationMode.cs

12 lines
188 B
C#

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