added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / AeroWizardDemo / myapp.xaml
blob141661dab427c14a59df7822e8a0c828d1bae5b9
1 <Application x:Class="Wizard.MyApp"
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>