Question

I started to create a Windows Store App. From Windows Desktop applications I'am used to created several projects to structure my solution. However, I created two projects e.g. AppX and AppY. In both projects I wanted to create pages. AppX would be my entry point or start project and from AppX I can navigate to AppY.

Visual Studio adds a folder with the SuspensionManager and the NavigationHelper. I think that I use only one implementation of both. I can use the NavigationHelper class from AppY in AppX. As the SuspensionManager is internal sealed I can not use one implementation for both projects.

What the command approach when I have more than one project with pages? Where are the SuspensionManager and the NavigationHelper? Is it even possible?

Thanks for your help. Dani

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top