12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <timesheets:BasePage
- xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:material="clr-namespace:XF.Material.Forms.UI;assembly=XF.Material"
- xmlns:sfPopup="clr-namespace:Syncfusion.XForms.PopupLayout;assembly=Syncfusion.SfPopupLayout.XForms"
- xmlns:timesheets="clr-namespace:comal.timesheets"
- x:Class="comal.timesheets.StaffStatusPage"
- Title="In/Out Board">
- <timesheets:BasePage.PageContent>
- <timesheets:MobileGrid
- x:Name="_staff"
- PullToRefresh="True"
- RefreshRequested="_staff_OnRefreshRequested"
- SelectionMode="None"/>
- </timesheets:BasePage.PageContent>
- </timesheets:BasePage>
|