Curious if there is anything special done with Application.Current.Properties that makes it any different than a global variable. When I first wrote our code I wrote a global that stores information for use on different pages. Since then I have found out about Application.Current.Properties and curious if there is a reason to change.
↧