added samples
[windows-sources.git] / sdk / samples / WPFSamples / Thumb / visualbasic / app.xaml
blob97a51887cd2f467a8b6f75cef1c107e94fe91e62
1 <!-- If you change the root element of this file, be sure to change the 
2      class that is subclassed in app.xaml.vb -->
3 <Application
4     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6     x:Class="Thumb_wcp_vb.app"
7     StartupUri="Pane1.xaml"
8     >
9     <!-- Resources & Styles defined in this section will 
10          impact the entire application.  -->
11     <Application.Resources>
13     </Application.Resources>
14 </Application>