I'm following this tutorial to try to make Skype automatically accept lost friendships. The tutorial is in VB and I have to translate code for C # the problem is when I got the part of handler , I tried to translate the following code:
Private Sub auoAdd(uName As Skype4comlib.user) Handles Skype1.UserAuthorizationRequestReceived
End Sub
In this site it ignores the Handles
clause, does anyone know how to write the handler part above for C #?