ZForge.Controls.Wizard.PageCollection.PageCollection C# (CSharp) 메소드

PageCollection() 공개 메소드

Constructor requires the wizard that owns this collection
public PageCollection ( Wizard parent ) : System
parent Wizard Wizard
리턴 System
        public PageCollection(Wizard parent)
            : base()
        {
            vParent = parent;
        }