SelectionPage.xaml 620 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <timesheets:BasePage xmlns:timesheets="clr-namespace:comal.timesheets" xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="comal.timesheets.SelectionPage">
  5. <timesheets:BasePage.PageContent>
  6. <timesheets:SelectionView
  7. x:Name="_selection"
  8. Configure="_selection_OnConfigureColumns"
  9. Refresh="_selection_OnRefresh"
  10. SelectionChanged="_selection_OnSelectionChanged"/>
  11. </timesheets:BasePage.PageContent>
  12. </timesheets:BasePage>