Thursday, March 20, 2014

when c# properties does not work on app config

You have to add global::

  if (global::YourClassName.Properties.Settings.Default.xyz)

No comments:

Post a Comment