More nzbdrone.exe refactoring.

This commit is contained in:
kay.one 2011-10-06 23:36:04 -07:00
commit 8bf4f81a04
30 changed files with 1092 additions and 234 deletions

View file

@ -10,17 +10,12 @@ using System.Collections.Generic;
using System.Runtime.InteropServices;
using EnvDTE;
using EnvDTE80;
using NLog;
using Thread = System.Threading.Thread;
namespace NzbDrone
{
public class ProcessAttacher
{
private static readonly Logger Logger = LogManager.GetLogger("Application");
public static void Attach()
{
DTE2 dte2;