I'm looking for some best practices for winforms communications in .NET . How 2 different winforms send 开发者_如何学Pythonand receive data in oop style?
As Cody said the question needs more details. Based on the only info you provided you can make use of simple events and pass information via custom EventArgs
derived classes.
精彩评论