Ejemplo n.º 1
0
 /// <summary>
 /// Updates the poster count.
 /// </summary>
 private void UpdatePosterCount()
 {
     this.tabByPoster.Text = string.Format("Poster ({0})", MovieDBFactory.GetGalleryGroup().Items.Count);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Updates the gallery.
 /// </summary>
 private void UpdateGallery()
 {
     this.galleryControl1.Gallery.Groups.Clear();
     this.galleryControl1.Gallery.Groups.Add(MovieDBFactory.GetGalleryGroup());
 }