Skip to content

Instantly share code, notes, and snippets.

@detroitpro
Created May 17, 2014 15:06
Show Gist options
  • Save detroitpro/fff0978bcce9115acb4a to your computer and use it in GitHub Desktop.
Save detroitpro/fff0978bcce9115acb4a to your computer and use it in GitHub Desktop.
windsor question
container.Register(Classes.FromAssemblyInThisApplication()
.BasedOn<UserControl>()
.Configure(x => x.LifestyleTransient()));
@detroitpro
Copy link
Author

Why do you need the controls to be named?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment