문제

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

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top