Terry
Member
- Joined
- Aug 19, 2014
- Messages
- 13
- Programming Experience
- 3-5
I have figured out how to reference a "child" DLL from a "parent" DLL (or Exe), but I haven't figured out to reference in the reverse direction, for instance to reference a parent DLL/EXE control from a child DLL. Not sure if I have the exact terminology right here but hopefully you get the idea. The exact scenario is that the parent is an EXE which hosts a graph control and I want the child to be able to send the data back up to the parent (EXE). Doing this within a common project was not a problem, but now I have broken out my project into seperate assemblies I am still learning how to re-wire everything.
Can anyone suggest what I need to be doing to re-wire references in the reverse direction ("upwards")?
Thanks and sorry for any bad vocabulary.
Can anyone suggest what I need to be doing to re-wire references in the reverse direction ("upwards")?
Thanks and sorry for any bad vocabulary.