I would like to save the list of lines in app.config: For example:
<ResourceTypes>
<Resource>Crusher</Resource>
<Resource>Berth</Resource>
<Resource>OBP</Resource>
</ResourceTypes>
And later use this list to populate the combobox on winform.
How to read it from app.config (C #).
thanks
source
share