mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-13 18:06:10 +00:00
12 lines
188 B
C#
12 lines
188 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
Nancy
|
|
}
|
|
}
|