cleaned up app startup logic.

fixed update app issue.
This commit is contained in:
kay.one
2013-08-15 19:20:54 -07:00
parent b1e5646d7d
commit a4a58c59f1
16 changed files with 148 additions and 54 deletions
@@ -0,0 +1,8 @@
using System;
namespace NzbDrone.Host
{
public class TerminateApplicationException : ApplicationException
{
}
}