예제 #1
0
 void client_GetStaffSurveyInfosCompleted(object sender, GetStaffSurveyInfosCompletedEventArgs e)
 {
     if (!e.Cancelled)
     {
         if (e.Result != null)
         {
             NewsList.ItemsSource = null;
             NewsList.ItemsSource = e.Result.ToList();
         }
     }
 }
예제 #2
0
 void client_GetStaffSurveyInfosCompleted(object sender, GetStaffSurveyInfosCompletedEventArgs e)
 {
     if (!e.Cancelled)
     {
         if (e.Result != null)
         {
             NewsList.ItemsSource = null;
             NewsList.ItemsSource = e.Result.ToList();
         }
     }
 }
예제 #3
0
 void client_GetStaffSurveyInfosCompleted(object sender, GetStaffSurveyInfosCompletedEventArgs e)//查询
 {
     throw new NotImplementedException();
 }