R
Rainer Queck
Hi NG,
Using .Net 2.0 I derived my own settings class from ApplicationSettingsBase
with just one string property to learn the usage of "settings". It works
fine, I can also modify and save/reload the settings.
Now I wonder, where the settings are save ? Are the properties saved to a
file, and if yes whats its name?
I would also appreciate some links on how to use "ApplicationSettingsBase"
in a correct way.
Thanks for hints.
Rainer
Using .Net 2.0 I derived my own settings class from ApplicationSettingsBase
with just one string property to learn the usage of "settings". It works
fine, I can also modify and save/reload the settings.
Now I wonder, where the settings are save ? Are the properties saved to a
file, and if yes whats its name?
I would also appreciate some links on how to use "ApplicationSettingsBase"
in a correct way.
Thanks for hints.
Rainer