示例#1
0
 void  client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e)
 {
     if (m.addto.Length == 0)
     {
         return;
     }
     Add(m);
 }
示例#2
0
 void Contact_AfterCompleted(object sender, ServiceOperationEventArgs e)
 {
     ContactService_AfterCompleted(this, e);
 }
示例#3
0
 void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e)
 {
     if (m.addto.Length == 0) return;
     Add(m);
 }
示例#4
0
 void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e)
 {
 }
示例#5
0
 void Contact_AfterCompleted(object sender, ServiceOperationEventArgs e)
 {
     ContactService_AfterCompleted(this, e);
 }
示例#6
0
 void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e)
 {
 }