mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 13:13:23 +01:00
11 lines
169 B
C#
11 lines
169 B
C#
namespace NzbDrone
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|