KanbanEditFormsView.xaml 703 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <mobile:KanbanEditView 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.KanbanEditFormsView"
  6. x:DataType="mobile:KanbanEditViewModel">
  7. <mobile:KanbanEditView.Content>
  8. <mobile:ExistingForms
  9. x:Name="_formlist"
  10. Grid.Row="0"
  11. AppliesTo="Kanban"
  12. SeparateHistory="false"
  13. FormTapped="_formlist_OnFormTapped"/>
  14. </mobile:KanbanEditView.Content>
  15. </mobile:KanbanEditView>