D
dev
Can anyone tell me the best, or widely accepted practice for Windows
Forms to talk to each other with Visual Studio 2005 and c#. I was using
Events/Delegates, but without the need for multicasting it seems a
little much. Passing WinForm object references around feels sloppy.
I've been using interfaces, e.g. having a common interface for the
forms needing to communicate, and this works well for me, but I'd like
a standard to follow. Thanks!
Forms to talk to each other with Visual Studio 2005 and c#. I was using
Events/Delegates, but without the need for multicasting it seems a
little much. Passing WinForm object references around feels sloppy.
I've been using interfaces, e.g. having a common interface for the
forms needing to communicate, and this works well for me, but I'd like
a standard to follow. Thanks!