Pushing missing changes

This commit is contained in:
LukePulverenti
2013-02-20 20:33:05 -05:00
parent 845554722e
commit 767cdc1f6f
924 changed files with 103121 additions and 18677 deletions

View File

@@ -0,0 +1,9 @@
<controls:BaseModalWindow x:Class="MediaBrowser.UI.ImageViewerWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:MediaBrowser.UI.Controls;assembly=MediaBrowser.UI.Controls"
Title="ImageViewerWindow" Height="300" Width="300">
<Grid>
<Image x:Name="Image" Stretch="Uniform"></Image>
</Grid>
</controls:BaseModalWindow>