aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/SplashScreen.xaml
diff options
context:
space:
mode:
authorRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-04 17:10:44 -0700
committerRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-04 17:10:44 -0700
commit2321bb23d93348a45fbdb4dedbdddf7dc9e31fc3 (patch)
tree3ab50eb95650bda8e75e8ae43c74f3636cbabd91 /MediaBrowser.ServerApplication/SplashScreen.xaml
parentbf0c6ec182134cb2b13ac8ffabc6e1d6397c61e6 (diff)
Added initial implimentation of splash screen
Hid MainWindow Added Tray Icon
Diffstat (limited to 'MediaBrowser.ServerApplication/SplashScreen.xaml')
-rw-r--r--MediaBrowser.ServerApplication/SplashScreen.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/SplashScreen.xaml b/MediaBrowser.ServerApplication/SplashScreen.xaml
new file mode 100644
index 000000000..c5dcbab61
--- /dev/null
+++ b/MediaBrowser.ServerApplication/SplashScreen.xaml
@@ -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>