using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using DominionBase;
namespace Dominion.NET_WPF.Controls
{
///
/// Interaction logic for ucObjectList.xaml
///
public partial class ucObjectList : UserControl
{
public static readonly DependencyProperty ObjectsProperty =
DependencyProperty.Register("Objects", typeof(IEnumerable