Skip to content

Instantly share code, notes, and snippets.

@melkio
Created November 4, 2012 15:04
Show Gist options
  • Save melkio/4012207 to your computer and use it in GitHub Desktop.
Save melkio/4012207 to your computer and use it in GitHub Desktop.
Application bootstrapper
public partial class App : Application
{
public App()
{
var bootstrapper = new WindsorApplicationBootstrapper<ShellView>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment