コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WizardPageCollection"/> class.
 /// </summary>
 /// <param name="owner">The owning <see cref="Wizard"/> of this collection.</param>
 internal WizardPageCollection(Wizard owner)
 {
     this.owner = owner;
 }
コード例 #2
0
 /// <summary>
 /// Cleans up the component when detached from the wizard.
 /// </summary>
 public virtual void Cleanup()
 {
     this.owner = null;
 }