Example #1
0
 void MeetingClient_GetMeetingStaffByMeetingInfoIdEmceeCompleted(object sender, GetMeetingStaffByMeetingInfoIdEmceeCompletedEventArgs e)
 {
     //throw new NotImplementedException();
     if (!e.Cancelled)
     {
         if (e.Result != null)
         {
             DaGr.ItemsSource = e.Result.ToList();
         }
         else
         {
             DaGr.ItemsSource = null;
         }
     }
 }
Example #2
0
 void MeetingClient_GetMeetingStaffByMeetingInfoIdEmceeCompleted(object sender, GetMeetingStaffByMeetingInfoIdEmceeCompletedEventArgs e)
 {
     //throw new NotImplementedException();
     if (!e.Cancelled)
     {
         if (e.Result != null)
         {
             DaGr.ItemsSource = e.Result.ToList();
         }
         else
         {
             DaGr.ItemsSource = null;
         }
     }
 }