codeprogression / prism-structuremapbootstrapper-nuget

NuGet package to add StructureMapBootstrapper to WPF Prism applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StructureMapBootstrapper for WPF Prism Applications

Adds 3 files to a Bootstrap folder:

  • Bootstrapper.cs - Class to reference and call in App.xaml.cs, i.e.: new Bootstrapper.Run()

  • ModuleRegistry.cs - Handles registration of any IModule classes

  • StructureMapBootstrapper.cs - Modeled after the UnityBootstrapper (but with StructureMap goodness)

About

NuGet package to add StructureMapBootstrapper to WPF Prism applications