Help converting a VB.NET "Handles" statement to C#

Posted by Jim Beam on Stack Overflow See other posts from Stack Overflow or by Jim Beam
Published on 2010-04-13T02:05:41Z Indexed on 2010/04/13 2:12 UTC
Read the original article Hit count: 440

Filed under:
|
|

I need help converting a VB.NET handles statement to C#. This is the VB

Private Sub ReceiveMessage(ByVal rr As RemoteRequest) Handles AppServer.ReceiveRequest 

'Some code in here

End Sub 

© Stack Overflow or respective owner

Related posts about c#

Related posts about handles