ComponentFactory.Krypton.Docking.DockingElementOpenCollection.DockingElementOpenCollection C# (CSharp) 메소드

DockingElementOpenCollection() 공개 메소드

Initialize a new instance of the DockingElementOpenCollection class.
public DockingElementOpenCollection ( string name ) : System
name string Initial name of the element.
리턴 System
        public DockingElementOpenCollection(string name)
            : base(name)
        {
        }