private void calendarManagement_GetCalendarListByUserIDCompleted(object sender, GetCalendarListByUserIDCompletedEventArgs e) { loadbar.Stop(); List <T_OA_CALENDAR> calendarList = null; System.DateTime myDateTime = System.DateTime.Now; if (e.Result != null) { calendarList = e.Result.ToList(); } BindDgv(calendarList, e.pageCount); }
private void calendarManagement_GetCalendarListByUserIDCompleted(object sender, GetCalendarListByUserIDCompletedEventArgs e) { loadbar.Stop(); List<T_OA_CALENDAR> calendarList = null; System.DateTime myDateTime = System.DateTime.Now; if (e.Result != null) { calendarList = e.Result.ToList(); } BindDgv(calendarList, e.pageCount); }