Ejemplo n.º 1
0
 private void Cli_GetPublishersEF_WithoutAllCompleted(object sender, ServiceReference1.GetPublishersEF_WithoutAllCompletedEventArgs e)
 {
     comboBox_Copy1.ItemsSource = e.Result.ToList();
 }
Ejemplo n.º 2
0
 private void Client_GetPublishersEF_WithoutAllCompleted(object sender, ServiceReference1.GetPublishersEF_WithoutAllCompletedEventArgs e)
 {
     AllPublishersWithoutAll  = e.Result.ToList();
     dgPublishers.ItemsSource = AllPublishersWithoutAll;
 }