문제

I have two projects, one of them is a "Windows phone application" and the other is a "Windows phone Audio player Agent".

In order to provide the AudioPlayer with something like "the next track" I need a way to communicate between my application and the agent.

My first attempt was a singleton, I don't know exactly why, but both of them create their own instance of the singleton.

So what is the best/easiest way to communicate ?

도움이 되었습니까?

해결책

The MSDN Sample about Audio Agents explains precisely how to do this.

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