repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
CrossTechnologySamples
/
AeroWizardDemo
/
myapp.xaml
blob
141661dab427c14a59df7822e8a0c828d1bae5b9
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>