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
/
CollectionViewSource
/
csharp
/
app.xaml
blob
f3817ef2f1201836e5deeee7e035d0d2900efa97
1
<Application x:Class="SDKSample.app"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
Startup="AppStartup"
5
>
6
<Application.Resources>
7
8
</Application.Resources>
9
</Application>