using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using Chernobyl.App.Core;
namespace Chernobyl.App.Layout
{
///
/// A view model representing a view of some data and the actions that can be performed on that
/// data.
///
public class ContentTabsViewModel : ViewModel
{
/// The content vailable for viewing.
public ContentTabsViewModel(ObservableCollection available)
: this(available, Enumerable.Empty