2017-05-15 07:30:27 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-05-15 07:33:13 +01:00
|
|
|
<Dialog xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="300" Width="400">
|
|
|
|
|
<StackLayout Orientation="Vertical">
|
|
|
|
|
<StackLayoutItem VerticalAlignment="Stretch" Expand="True" HorizontalAlignment="Stretch">
|
|
|
|
|
<TextArea ReadOnly="True" ID="txtHelp"/>
|
|
|
|
|
</StackLayoutItem>
|
|
|
|
|
<StackLayoutItem HorizontalAlignment="Center">
|
|
|
|
|
<Button Click="OnBtnOKClicked">OK</Button>
|
|
|
|
|
</StackLayoutItem>
|
2017-05-15 07:30:27 +01:00
|
|
|
</StackLayout>
|
2017-05-15 07:33:13 +01:00
|
|
|
</Dialog>
|