J
Jonathan Wood
In a WinForms app, I can access my project's setting using
MyApp.Properties.Settings...
But what if I want to do this from a class library that is used in different
projects? Is there a way to generically access the properties for the
current application (without directly referencing MyApp)?
Thanks for any tips.
Jonathan
MyApp.Properties.Settings...
But what if I want to do this from a class library that is used in different
projects? Is there a way to generically access the properties for the
current application (without directly referencing MyApp)?
Thanks for any tips.
Jonathan