Skip to content

Instantly share code, notes, and snippets.

@gurvinderbini
Created February 28, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurvinderbini/89bd736e2a88cdbd9ea245f13a5f7d60 to your computer and use it in GitHub Desktop.
Save gurvinderbini/89bd736e2a88cdbd9ea245f13a5f7d60 to your computer and use it in GitHub Desktop.
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="BinnyXamConcepts2017.FilePickerExample.FPDemo">
<StackLayout>
<Button Text="Click" Clicked="Button_OnClicked"></Button>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment