Ejemplo n.º 1
0
 protected virtual void OnIncomingCall(object sender, CallEventArgs args)
 {
     IncomingCall?.Invoke(sender, args);
 }
Ejemplo n.º 2
0
 public void GetIncomingCall(CallEventArgs connection)
 {
     OnIncomingCall(this, connection);
 }