Style splash window

This commit is contained in:
Eric Reed
2013-04-16 15:31:15 -04:00
parent eb9d11cf57
commit bc03765275
6 changed files with 16 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ namespace MediaBrowser.ServerApplication
/// <returns>Task.</returns>
public override async Task Init()
{
var win = new SplashWindow();
var win = new SplashWindow(ApplicationVersion);
win.Show();