Skip to content

Instantly share code, notes, and snippets.

@Stephanvs
Created September 15, 2013 09:20
Show Gist options
  • Save Stephanvs/6569123 to your computer and use it in GitHub Desktop.
Save Stephanvs/6569123 to your computer and use it in GitHub Desktop.
Windows Phone DataContext Declaration in XAML
<phone:PhoneApplicationPage.DataContext>
<local:MyViewModel/>
</phone:PhoneApplicationPage.DataContext>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment