I am using Prism (Composite Application Framework) to build an application. I have my shell created and it has three regions( Main, menu, switchboard). I would like to load my switchboard region in the shell with a switchboard user control but in this case, I don't want to load it through a module.
So, how do I register my view (switchboard user control) with my shell's switchboard region inside of the boot strapper. Maybe it is only possible to create a module specifically for the switchboard user control but it seems like a waste of time. I've been trying to attempt this but ultimately can't seem to get access to the RegionManager through my derived UnityBootStrapper class.
Thank You.