1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-09 20:42:37 +01:00
Radarr/src/NzbDrone.Host/ApplicationModes.cs
2013-10-02 18:01:32 -07:00

12 lines
178 B
C#

namespace NzbDrone.Host
{
public enum ApplicationModes
{
Interactive,
Help,
InstallService,
UninstallService,
Service,
}
}