I have a windows application and a usercontrol library. The windows application references to the usercontrol library to get to a particular usercontrol defined in that class.
Now I need to reference the windows application from the usercontrol class.
How do I do that?


Reply With Quote