Adding the Okra App Framework to an Existing Project
If you wish to add the Okra App Framework to an existing Windows Store project then the steps required are,
Download the Okra App Framework and add the references to your project ([downloading via NuGet is recommended](getting_started_downloading.html#bookmark-nuget))
Add a new 'AppBootstrapper.cs' file to your project with the following code,
Clean up your 'App.xaml.cs' file so that it looks like,
Change the 'App.xaml' definition to derive from OkraApplication (note that you can keep any existing resources and namespace definitions if desired),