Added NzbDrone.Update, refactored some common wrappers to NzbDrone.Common

This commit is contained in:
kay.one 2011-10-22 22:26:43 -07:00
commit fb0b505bf4
42 changed files with 1316 additions and 97 deletions

View file

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NzbDrone.Update
{
class Program
{
static void Main(string[] args)
{
}
}
}