ZForge.Controls.Wizard.PageCollection.PageCollection C# (CSharp) Method

PageCollection() public method

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