mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-31 22:09:07 +00:00
11 lines
156 B
C#
11 lines
156 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService
|
|
}
|
|
}
|