2
Answers

C# this.invoke(mydelegate)

I have a program that apparently starts a method referenced by a delegate with the following code: this.Invoke(mydelegate) Can someone refer me to so sort of documentation about this?? Thanks, Keith Stallings

Answers (2)