Added a method in BaseApplication to get the logo image

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-25 17:08:27 -04:00
parent c124672636
commit ee91096eb0
4 changed files with 21 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ namespace MediaBrowser.Common.UI
{
// Setting this in markup throws an exception at runtime
ShowTitleBar = false;
imgLogo.Source = (Application.Current as BaseApplication).GetLogoImage();
}
}
}