コード例 #1
0
        private void LoadFilmList(List <FilmInfo> films)
        {
            this.currentCinemaView = CinemaView.ShowByDate;

            fdViewViewByDate = new FilmData(films);

            cvsShowByDate.Source = FilmsForSelectedDate;

            this.SetFilmsForSelectedDate(DateTime.Today);

            //(semanticZoomShowByDate.ZoomedOutView as ListViewBase).ItemsSource = fdViewViewByDate.GetFilmHeaders(dataLetter);

            semanticZoomShowByDate.ViewChangeStarted -= semanticZoom_ViewChangeStarted;
            semanticZoomShowByDate.ViewChangeStarted += semanticZoom_ViewChangeStarted;
        }