DeliveryEditFormsView.xaml 697 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <mobile:DeliveryEditView xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. xmlns:mobile="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
  5. x:Class="PRS.Mobile.DeliveryEditFormsView">
  6. <mobile:DeliveryEditView.Content>
  7. <mobile:ExistingForms
  8. x:Name="_forms"
  9. Grid.Row="0"
  10. AppliesTo="Delivery"
  11. SeparateHistory="False"
  12. PullToRefresh="False"
  13. FormTapped="_forms_OnFormTapped"/>
  14. </mobile:DeliveryEditView.Content>
  15. </mobile:DeliveryEditView>