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
/
WPFSamples
/
FrameExample
/
csharp
/
app.xaml
blob
a547dff1e5005053d5c16d13cc7848f8c62b6705
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>