Added initial implimentation of splash screen

Hid MainWindow
Added Tray Icon
This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-04 17:10:44 -07:00
parent bf0c6ec182
commit 2321bb23d9
6 changed files with 142 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<Window x:Class="MediaBrowser.ServerApplication.SplashScreen"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="SplashScreen" Height="300" Width="600">
<Grid>
</Grid>
</Window>