1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-12 11:15:43 +02:00
Sonarr/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,
}
}