1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00
Files
Sonarr/NzbDrone.Host/ApplicationModes.cs
T

12 lines
178 B
C#

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