Skip to content

Instantly share code, notes, and snippets.

@npatta01
Last active December 16, 2015 20:39
Show Gist options
  • Save npatta01/5493552 to your computer and use it in GitHub Desktop.
Save npatta01/5493552 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Application x:Class="KhanAcademyWp8.App"
.....
xmlns:viewModel2="clr-namespace:KhanAcademyWp8.ViewModel"
mc:Ignorable="d" >
<Application.Resources>
<viewModel2:ViewModelLocator x:Key="Locator" d:IsDataSource="True" />
...
</Application.Resources>
...
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment