Where to store application global variable?

Posted by Shawn Mclean on Stack Overflow See other posts from Stack Overflow or by Shawn Mclean
Published on 2010-03-25T20:17:22Z Indexed on 2010/03/25 20:23 UTC
Read the original article Hit count: 256

Filed under:
|

I'm using silverlight, project structure is similiar to any other .net app. I have a map control that I would like to store what mode it is in (either road or aerial) so that other controls can access this.

Where do I put this enum variable, I plan to use 2 way binding on it so both are updated when either changes.

Thanks.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about .NET