ATML1671Allocator.forms.ATMLAllocatorToolWindow.ATMLAllocatorToolWindow C# (CSharp) 메소드

ATMLAllocatorToolWindow() 공개 메소드

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