mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Minor cleanups.
This commit is contained in:
parent
34f8f0a78f
commit
83aa6330d1
8 changed files with 77 additions and 157 deletions
|
@ -1,10 +1,11 @@
|
|||
using System.Linq;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Security.Principal;
|
||||
|
||||
namespace InstallService
|
||||
namespace ServiceInstall
|
||||
{
|
||||
internal static class ServiceHelper
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue