mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
13 lines
195 B
C#
13 lines
195 B
C#
namespace NzbDrone.Host
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Interactive,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
RegisterUrl
|
|
}
|
|
}
|