Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Last active February 7, 2018 21:31
Show Gist options
  • Save FraukeN/3450ed0b23ee973b4aaeab1ee2ad855b to your computer and use it in GitHub Desktop.
Save FraukeN/3450ed0b23ee973b4aaeab1ee2ad855b to your computer and use it in GitHub Desktop.
OverviewPage.xaml.cs 1
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class OverviewPage : ContentPage
{
public OverviewPage ()
{
InitializeComponent ();
BindingContext = new OverviewVM();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment