jellyfin/MediaBrowser.ServerApplication/SplashScreen.xaml
RedShirtMB Mark Linton redshirt linton 2321bb23d9 Added initial implimentation of splash screen
Hid MainWindow
Added Tray Icon
2012-08-04 17:10:44 -07:00

8 lines
307 B
XML

<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>