Ejemplo n.º 1
0
        void skypeProxy_SkypeResponse(object theSender, SkypeResponseEventArgs theEventArgs)
        {
            string response = theEventArgs.Response;

            if (!(SkypeProxy.IsDurationMessage(response)))
            {
                this.AppendText(string.Format("Response: {0}\r\n", response));
            }
        }