fixed bug where urlacl wouldn't register if firewall port was already open.

This commit is contained in:
kay.one 2013-05-19 19:35:48 -07:00
commit 5730a67fb3
9 changed files with 252 additions and 259 deletions

View file

@ -0,0 +1,11 @@
namespace NzbDrone
{
public enum ApplicationModes
{
Console,
Help,
InstallService,
UninstallService,
Service,
}
}