1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00
Files
Radarr/NzbDrone/ApplicationMode.cs
2013-02-28 23:05:24 -08:00

12 lines
169 B
C#

namespace NzbDrone
{
public enum ApplicationModes
{
Console,
Help,
InstallService,
UninstallService,
Service,
}
}