added samples
[windows-sources.git] / sdk / samples / WPFSamples / CustomControlNumericUpDownOneProject / csharp / app.xaml
blob5f1596b5cfd77ee98b9616ad66ce17d0dca987ab
1 <Application x:Class="MyCustomControl.app"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     StartupUri="Window1.xaml"
5     xmlns:local="clr-namespace:MyCustomControl">
6 </Application>