added samples
[windows-sources.git] / sdk / samples / WPFSamples / SkinnedApplicationSample / csharp / childwindow.xaml
blob72e630e72be42807aadc3a8cf2ffb9c718bd90f9
1 <Window x:Class="SDKSample.ChildWindow"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Title="Child Window" Height="300" Width="300"
5     >
6     <Grid>
7         
8     </Grid>
9 </Window>