mono progress - able to start app

This commit is contained in:
Luke Pulverenti
2013-09-26 17:20:26 -04:00
parent 2d0cc66e6b
commit 2d8152f36a
20 changed files with 273 additions and 160 deletions

View File

@@ -1,4 +1,5 @@

using MediaBrowser.Server.Mono;
namespace MediaBrowser.ServerApplication.Native
{
/// <summary>
@@ -11,7 +12,7 @@ namespace MediaBrowser.ServerApplication.Native
/// </summary>
public static void Shutdown()
{
MainClass.Shutdown ();
}
/// <summary>
@@ -19,7 +20,7 @@ namespace MediaBrowser.ServerApplication.Native
/// </summary>
public static void Restart()
{
MainClass.Restart ();
}
}
}