| 1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <local:MeetingEditView xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:local="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
- xmlns:mobile="clr-namespace:InABox.Mobile;assembly=InABox.Mobile.Shared"
- x:Class="PRS.Mobile.MeetingEditDocumentsView">
-
- <local:MeetingEditView.Content>
- <mobile:MobileGrid
- x:Name="_documents"
- PullToRefresh="False"
- SelectionMode="None"
- CanSearch="False"/>
- </local:MeetingEditView.Content>
-
- </local:MeetingEditView>
|