string whatever = (string)System.Configuration.ConfigurationManager.AppSettings["whatever"];
...is newer than...
string whatever = (string)System.Configuration.ConfigurationSettings.AppSettings["whatever"];
No comments:
Post a Comment