Created
May 4, 2015 17:23
-
-
Save BrianJVarley/adbca3ee0c43b0ccd98e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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