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