Moved splashscreen to MediaBrowser.Common and adjusted properties.

This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-04 19:21:38 -07:00
parent 1cc2b7c2cc
commit dafa97333c
6 changed files with 28 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using MediaBrowser.Common;
using MediaBrowser.Controller;
using MediaBrowser.Model.Progress;
@@ -32,7 +33,7 @@ namespace MediaBrowser.ServerApplication
private void LoadKernel()
{
Progress<TaskProgress> progress = new Progress<TaskProgress>();
SplashScreen splash = new SplashScreen(progress);
Common.UI.Splash splash = new Common.UI.Splash(progress);
try
{