ZForge.Controls.Wizard.PageCollection.PageCollection C# (CSharp) Méthode

PageCollection() public méthode

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