added samples
[windows-sources.git] / sdk / samples / WPFSamples / CustomControlNumericUpDownOneProject / csharp / window1.xaml
blobedb81518b0cef86d95ee0bf82aab1c93059ecdde
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>