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

Add() 공개 메소드

Adds a WizardPage into the Collection
public Add ( WizardPage value ) : int
value WizardPage The page to add
리턴 int
        public int Add(WizardPage value )
        {
            int result = List.Add( value );
            return result;
        }