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 SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
WPFSamples
/
CustomControlNumericUpDownOneProject
/
csharp
/
window1.xaml
blob
edb81518b0cef86d95ee0bf82aab1c93059ecdde
1
<Window x:Class="MyCustomControl.Window1"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:uc="clr-namespace:MyCustomControl">
5
<Grid>
6
<uc:NumericUpDown />
7
</Grid>
8
</Window>