Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Creating a modular application using Prism V2 - Screencast 3/4 : Implementing views and services
Feb 26, 2010 at 1:08 AMIf I register view1 from ModuleA to "MainRegion" in my shell, and I also register view2 from ModuleB to "MainRegion" , how can I switch back-and-forth between them (i.e. visually how can I display them). I have an example of this but neither view shows up (it is as though they are overlapping one another and prevneting each other from becoming visible).....??