| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8" ?>
- <mobile:MobilePage xmlns:local="clr-namespace:PRS.Mobile" xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:mobile="clr-namespace:InABox.Mobile;assembly=InABox.Mobile.Shared"
- x:Class="PRS.Mobile.PurchaseOrderDetails">
-
- <mobile:MobilePage.PageContent>
-
- <mobile:MobileGrid
- x:Name="_items"
- Margin="5"
- PullToRefresh="True"
- RefreshRequested="_items_OnRefreshRequested"
- SelectionMode="None"
- CanSearch="True"/>
-
-
- </mobile:MobilePage.PageContent>
- </mobile:MobilePage>
|