using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Net;
using MediaBrowser.UI;
using MediaBrowser.UI.Controller;
using MediaBrowser.UI.Controls;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media.Imaging;
namespace MediaBrowser.Plugins.DefaultTheme.Controls.Details
{
///
/// Interaction logic for ItemGallery.xaml
///
public partial class ItemGallery : BaseDetailsControl
{
///
/// Initializes a new instance of the class.
///
public ItemGallery()
: base()
{
InitializeComponent();
lstItems.ItemInvoked += lstItems_ItemInvoked;
}
///
/// LSTs the items_ item invoked.
///
/// The sender.
/// The e.
void lstItems_ItemInvoked(object sender, ItemEventArgs