- <?xml version="1.0" encoding="utf-8"?>
- <timesheets:SitePage
- 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.JobWebDocuments"
- Title="View Documents">
- <timesheets:SitePage.PageContent>
-
- <WebView
- x:Name="Webview"/>
-
- </timesheets:SitePage.PageContent>
- </timesheets:SitePage>
|