Skip to content

Instantly share code, notes, and snippets.

@BrianJVarley
Created May 4, 2015 17:23
Show Gist options
  • Save BrianJVarley/adbca3ee0c43b0ccd98e to your computer and use it in GitHub Desktop.
Save BrianJVarley/adbca3ee0c43b0ccd98e 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"
RequestedTheme="Light">
<Application.Resources>
<vm:ViewModelLocator xmlns:vm="using:LC_Points.ViewModel" x:Key="Locator" />
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment