Example #1
0
		/// ------------------------------------------------------------------------------------
		/// <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();
		}
Example #2
0
 public DockExtender()
 {
     _dockHost = null;
     _floaties = new Floaties();
 }