| 1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <mobile:DeliveryEditView xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:mobile="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
- x:Class="PRS.Mobile.DeliveryEditFormsView">
-
- <mobile:DeliveryEditView.Content>
-
- <mobile:ExistingForms
- x:Name="_forms"
- Grid.Row="0"
- AppliesTo="Delivery"
- SeparateHistory="False"
- PullToRefresh="False"
- FormTapped="_forms_OnFormTapped"/>
- </mobile:DeliveryEditView.Content>
-
- </mobile:DeliveryEditView>
|