- <?xml version="1.0" encoding="utf-8"?>
- <timesheets:BasePage xmlns:timesheets="clr-namespace:comal.timesheets" xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
-
- x:Class="comal.timesheets.SelectionPage">
- <timesheets:BasePage.PageContent>
- <timesheets:SelectionView
- x:Name="_selection"
- Configure="_selection_OnConfigureColumns"
- Refresh="_selection_OnRefresh"
- SelectionChanged="_selection_OnSelectionChanged"/>
- </timesheets:BasePage.PageContent>
- </timesheets:BasePage>
|