WeifenLuo.WinFormsUI.Docking.DockContent.DockContent C# (CSharp) Méthode

DockContent() public méthode

public DockContent ( ) : System
Résultat System
        public DockContent()
        {
            m_dockHandler = new DockContentHandler(this, new GetPersistStringCallback(GetPersistString));
            if (PatchController.EnableFontInheritanceFix != true)
            {
                m_dockHandler.DockStateChanged += new EventHandler(DockHandler_DockStateChanged);
            }
        }