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;
        }