mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-01 05:05:42 +01:00
10 lines
156 B
C#
10 lines
156 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService
|
|
}
|
|
}
|