Skip to content

Instantly share code, notes, and snippets.

@bogdanbujdea
Last active January 4, 2016 20:59
Show Gist options
  • Select an option

  • Save bogdanbujdea/8678045 to your computer and use it in GitHub Desktop.

Select an option

Save bogdanbujdea/8678045 to your computer and use it in GitHub Desktop.
App.xaml file with Caliburn.Micro Bootstrapper
<Application
x:Class="BudgetPlanner.WP8.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wp8="clr-namespace:BudgetPlanner.WP8">
<Application.Resources>
<local:LocalizedStrings xmlns:local="clr-namespace:BudgetPlanner.WP8" x:Key="LocalizedStrings"/>
<wp8:AppBootstrapper x:Key="Bootstrapper"></wp8:AppBootstrapper>
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment