A doubt. Is it possible to get the value of a variable from a config directly inside the other config? Example possible below.
Config1.config:
<add key="webservice" value="http.teste.com" />
Config2.config:
<add key="webservice" value="Config1.config:key("webservice").value" />
They are C # WinForms configs