- <?xml version="1.0" encoding="utf-8"?>
- <mobile:ConsignmentEditView 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.ConsignmentEditDocumentsView">
- <mobile:ConsignmentEditView.Content>
- <StackLayout>
- <Label Text="Documents"
- VerticalOptions="CenterAndExpand"
- HorizontalOptions="CenterAndExpand" />
- </StackLayout>
- </mobile:ConsignmentEditView.Content>
- </mobile:ConsignmentEditView>
|