ATML1671Allocator.forms.ATMLAllocatorToolWindow.ATMLAllocatorToolWindow C# (CSharp) Method

ATMLAllocatorToolWindow() public method

public ATMLAllocatorToolWindow ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
return System
        public ATMLAllocatorToolWindow(DockPanel dockPanel)
        {
            InitializeComponent();
            this.DockPanel = dockPanel;
        }