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