Sonarr/NzbDrone.Host/ApplicationModes.cs

12 lines
178 B
C#

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