ARCed.UI.DockPanel.DragHandler.DragHandler C# (CSharp) Method

DragHandler() protected method

protected DragHandler ( DockPanel dockPanel ) : System.Drawing
dockPanel DockPanel
return System.Drawing
            protected DragHandler(DockPanel dockPanel)
            {
                this._mDockPanel = dockPanel;
            }