/// ------------------------------------------------------------------------------------ /// <summary> /// Initializes a new instance of the <see cref="DockExtender"/> class. /// </summary> /// <param name="dockHost">The dock host.</param> /// ------------------------------------------------------------------------------------ public DockExtender(Control dockHost) { _dockHost = dockHost; _floaties = new Floaties(); }
public DockExtender() { _dockHost = null; _floaties = new Floaties(); }