Hi,
I'm a bit new to C# and multithread programming in general but here goes:
I'm working on a system where I would have an class that would be instantiated and then wait for various messages from another running class. How should I go about catching and sending these messages?
Thanks,
PM