mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-24 01:24:35 +00:00
12 lines
178 B
C#
12 lines
178 B
C#
namespace NzbDrone.Host
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Interactive,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|