Added a touch of metro to the Library Explorer

This commit is contained in:
ScottIsAFool
2013-05-04 16:03:38 +01:00
parent 061a0c6f55
commit 68bc39fe4e
6 changed files with 171 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
using MediaBrowser.Common;
using MahApps.Metro.Controls;
using MediaBrowser.Common;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Movies;
using MediaBrowser.Controller.Entities.TV;
@@ -27,7 +28,7 @@ namespace MediaBrowser.ServerApplication
/// <summary>
/// Interaction logic for LibraryExplorer.xaml
/// </summary>
public partial class LibraryExplorer : Window
public partial class LibraryExplorer : MetroWindow
{
private readonly ILogger _logger;