I'm building an application on Phone 7 using Silverlight and need to maintain some state between pages. I was hoping to store an object in app.cs and access it from each page but I haven't been able to find any documentation on how to do this.
What is the best way to access the same object between many different pages?
Thanks for your time,
-- Henry