OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / src_dir / click_me.xaml
1 <!-- Click me -->
2 <Page
3   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5   x:Class="MyNamespace.MyPageCode">
6   <Button Click="ClickHandler" >Click Me!</Button>
7 </Page>