Tagged Questions
2
votes
1answer
105 views
How to subscribe to an event inside a facade class
I have two projects 1: windows forms project and 2: a business logic project that recursively walks the file system looking for specific files.
I want the windows project to subscribe to an event ...