ATML1671Allocator.forms.ATMLAllocatorToolWindow.ATMLAllocatorToolWindow C# (CSharp) Méthode

ATMLAllocatorToolWindow() public méthode

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