示例#1
0
 void aSkype_SkypeAttach(object theSender, SkypeAttachEventArgs theEventArgs)
 {
     textBox1.AppendText(string.Format("Attach: {0}\r\n", theEventArgs.AttachStatus));
 }
示例#2
0
 void skypeProxy_SkypeAttach(object theSender, SkypeAttachEventArgs theEventArgs)
 {
     this.AppendText(string.Format("Attach: {0}\r\n", theEventArgs.AttachStatus));
 }