Last active
May 8, 2016 10:29
-
-
Save jgold6/d64bda150b0d6e942991 to your computer and use it in GitHub Desktop.
WebViewDemoPage.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Xamarin.Forms; | |
namespace FormsGallery | |
{ | |
public class WebViewDemoPage : ContentPage | |
{ | |
public WebViewDemoPage() | |
{ | |
Title = "Web View Page"; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment