I am developing a windows phone 7 app and need to declare variables as global so that the information they carry can be used anywhere in the application.
I tried this by declaring variables as public static. I tried almost all the possibilities i could think of but none worked. can we make variables global? If yes, how?