views:

26

answers:

1

Hi there,

does anyone have a good example of a boostrapper class i can see for reference..

I can't seem to find one anywhere, searched google but no luck.

Searched the helpfile and no luck..

Any help really appreciated

A: 

Hi,

If you are searching for a class that that configures the container at the beggining of an application, you can download the latest Prism drop and look for the UnityBootstrapper class.

Take into account that this is only registering the necessary services for a Prism application to run, so your bootstrapper will probably require a different container configuration.

Damian Schenkelman