mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-07 23:12:44 +00:00
10 lines
156 B
C#
10 lines
156 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService
|
|
}
|
|
}
|