using System;
using System.Collections.Generic;
using System.Windows.Forms;
using DelftTools.Controls;
using DelftTools.Shell.Gui;
using DeltaShell.Gui.Forms.ViewManager;
namespace DeltaShell.Tests.TestObjects
{
///
/// Docking manager for test...does nothing
///
public class TestDockingManager : IDockingManager
{
public event EventHandler ViewBarClosing;
public event EventHandler ViewActivated;
public event Action