mirror of
https://github.com/Radarr/Radarr
synced 2025-02-06 06:43:41 +00:00
10 lines
156 B
C#
10 lines
156 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService
|
|
}
|
|
}
|