using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events.Hardware.HardwareList
{
///
/// The HardwareListShowCompact event.
///
///
/// This event is used to indicate show compact/expanded was changed.
///
public class HardwareListShowCompactEvent : CompositePresentationEvent { }
}