| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <local:SitePage
- xmlns:local="clr-namespace:PRS.Mobile"
- xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- x:Class="PRS.Mobile.JobWebDocuments"
- Title="View Documents">
-
- <local:SitePage.PageContent>
-
- <WebView
- x:Name="Webview"
- Navigating="Webview_OnNavigating"
- Navigated="Webview_OnNavigated"
- />
-
- </local:SitePage.PageContent>
-
- </local:SitePage>
|