more project cleanup.

This commit is contained in:
kay.one
2013-04-07 15:40:13 -07:00
committed by Keivan Beigi
parent 5d7f6fb03b
commit 401ed9a8f6
29 changed files with 154 additions and 315 deletions

View File

@@ -7,7 +7,7 @@ using System.Security.Principal;
namespace ServiceInstall
{
internal static class ServiceHelper
public static class ServiceHelper
{
private static string NzbDroneExe
{
@@ -23,7 +23,7 @@ namespace ServiceInstall
return principal.IsInRole(WindowsBuiltInRole.Administrator);
}
internal static void Run(string arg)
public static void Run(string arg)
{
if (!File.Exists(NzbDroneExe))
{