Pagina2.xaml
449 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="Pagina 2" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="medtest.Pagina2">
<ContentPage.Content>
<StackLayout Orientation="Vertical" Margin="10">
<Entry Text="{Binding Testo}"></Entry>
<Button Text="Parla!" Clicked="Parla"></Button>
</StackLayout>
</ContentPage.Content>
</ContentPage>