Skip to content

Instantly share code, notes, and snippets.

@BrianJVarley
Created May 19, 2015 14:28
Show Gist options
  • Save BrianJVarley/2138ae9b8c54e2f25754 to your computer and use it in GitHub Desktop.
Save BrianJVarley/2138ae9b8c54e2f25754 to your computer and use it in GitHub Desktop.
<Application x:Class="LC_Points.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:LC_Points.ViewModel"
RequestedTheme="Light">
<Application.Resources>
<local:MainViewModel x:Key="Locator" />
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment