Ooui-tws-port/Samples/ButtonXamlPage.xaml

9 lines
323 B
Plaintext
Raw Normal View History

2017-11-16 05:59:40 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ButtonXaml.ButtonXamlPage">
<Button Text="Tap for click count!"
Clicked="OnButtonClicked" />
</ContentPage>