Merge pull request #41 from blackducksw/ubuntu_14
[ohcount] / test / gestalt_files / wpf / wpf.xaml
1 <Page
2   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4   x:Class="MyNamespace.MyPageCode">
5   <Button Click="ClickHandler" >Click Me!</Button>
6 </Page>