- <?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.SelectionPage">
- <mobile:MobilePage.PageContent>
- <local:SelectionView
- x:Name="_selection"
- Configure="_selection_OnConfigure"
- Refresh="_selection_OnRefresh"
- SelectionChanged="_selection_OnSelectionChanged"
- Margin="5"/>
- </mobile:MobilePage.PageContent>
- </mobile:MobilePage>
|