예제 #1
0
 void client_GetDepartmentHistoryCompleted(object sender, GetDepartmentHistoryCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         allDepartments = e.Result.ToList();
     }
     BindDepartment();
     client.GetPostHistoryAsync(currentDate);
 }
예제 #2
0
 void client_GetDepartmentHistoryCompleted(object sender, GetDepartmentHistoryCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         allDepartments = e.Result.ToList();
     }
     BindDepartment();
     client.GetPostHistoryAsync(currentDate);
 }