using System.ComponentModel;
using System.Windows;
using System.Collections.ObjectModel;
using System.Windows.Controls;
using Caliburn;
using Caliburn.Services;
namespace Samples.SimpleShell
{
///
/// Interaction logic for Window1.xaml
///
public partial class Window1 : Window
{
public Window1()
{
InitializeComponent();
//HACK: ItemsSource does not work as expected on TabControl, so this is a workaround.
ObservableCollection