void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e) { if (m.addto.Length == 0) { return; } Add(m); }
void Contact_AfterCompleted(object sender, ServiceOperationEventArgs e) { ContactService_AfterCompleted(this, e); }
void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e) { if (m.addto.Length == 0) return; Add(m); }
void client_ContactService_AfterCompleted(MSNClient m, ServiceOperationEventArgs e) { }