Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Forked from cprieto/gist:1610311
Created January 14, 2012 05:42
Show Gist options
  • Save kkozmic/1610463 to your computer and use it in GitHub Desktop.
Save kkozmic/1610463 to your computer and use it in GitHub Desktop.
var application = Application.Current as ExpressionApplication;
if (application == null) return;
container.Register(Component.For<IProjectManager>().UsingFactoryMethod(_ => application.Services.GetService<IProjectManager>(), managedExternally: true).LifestyleTransient());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment