1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00
Files
Sonarr/src/NzbDrone.Host/ApplicationModes.cs
T
2018-12-29 13:08:47 +01:00

13 lines
195 B
C#

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