1
I’m following this one tutorial to try to get Skype to automatically accept lost friendship. The tutorial is in VB and I have to translate code to C# the problem is when I got to part of Handler, i tried to translate the following code:
Private Sub auoAdd(uName As Skype4comlib.user) Handles Skype1.UserAuthorizationRequestReceived
End Sub
In this website he ignores the clause Handles
, someone knows how to write the Handler part up for C#?