added samples
[windows-sources.git] / sdk / samples / WPFSamples / detectMouseButtonState / csharp / app.xaml
blobc205680b08d41cbee2098286e86dda94842b012e
1 <Application x:Class="SDKSamples.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     >
6     <Application.Resources>
7          
8     </Application.Resources>
9 </Application>