mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02:00
12 lines
169 B
C#
12 lines
169 B
C#
namespace NzbDrone
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|