- <?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:timesheets="clr-namespace:comal.timesheets"
- x:Class="comal.timesheets.EmployeeForms"
- Title="My Forms">
-
- <timesheets:BasePage.Content>
-
- <timesheets:ExistingForms
- Grid.Row="2"
- x:Name="_forms" />
-
- </timesheets:BasePage.Content>
-
- </timesheets:BasePage>
|