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

@ -1,20 +1,17 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using NLog;
namespace NzbDrone.Providers
{
internal class DebuggerProvider
public class DebuggerProvider
{
private static readonly Logger Logger = LogManager.GetLogger("DebuggerProvider");
internal virtual void Attach()
public virtual void Attach()
{
#if DEBUG
if (Debugger.IsAttached)