|
I have a win app that as a ListBox control.
In the app, I load an Assembly through reflection. I would like that assembly to somehow have access to the ListBox in the main application. I DO NOT want to add the main app as a reference to the assembly.
How do i accomplish this?
Thanks, Joshua |