added samples
[windows-sources.git] / sdk / samples / WPFSamples / TabControlUsingItemTemplate / csharp / app.xaml
blobbc5be5143f73431cfb31d220e0cdb3bcf53c2a83
1 <Application x:Class="TabControlUsingItemTemplate.App"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     StartupUri="Window1.xaml"
5     >
6     <Application.Resources>
7          
8     </Application.Resources>
9 </Application>