repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
in class/WPF.Toolkit/:
[moon.git]
/
test
/
2.0
/
ValueTypes
/
App.xaml
blob
d8f9efd3304c821e781dcc5570749da784be46d0
1
<Application xmlns="http://schemas.microsoft.com/client/2007"
2
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
x:Class="ValueTypes.App">
4
5
<Application.Resources>
6
<Color x:Key="AColor">#FF000000</Color>
7
</Application.Resources>
8
</Application>