I have a dll that is referenced by the parent (executing) assembly. In the ApplicationSettings section of the app.config for the parent assembly I have some settings that can be accessed in the normal intellisense manner (e.g. Properties.Settings.Default.SMTPServer).
How do I access these settings from the referenced dll? I obviously can't use intellisense as they are not in the same assembly!