mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-29 21:07:35 +00:00
12 lines
169 B
C#
12 lines
169 B
C#
namespace NzbDrone
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|