mirror of
https://github.com/Readarr/Readarr
synced 2026-04-02 02:41:50 +02:00
12 lines
188 B
C#
12 lines
188 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
Nancy
|
|
}
|
|
}
|