コード例 #1
0
 /// <summary>
 /// Creates a new instance of the <see cref="WizardPagesCollection"/> class.
 /// </summary>
 /// <param name="owner">A Wizard object that owns the collection.</param>
 internal WizardPagesCollection(Wizard owner)
 {
     this.owner = owner;
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance of the <see cref="WizardPagesCollection"/> class.
 /// </summary>
 /// <param name="owner">A Wizard object that owns the collection.</param>
 internal WizardPagesCollection(Wizard owner)
 {
     this.owner = owner;
 }