Esempio n. 1
0
 internal StepCollection(Wizard owner)
 {
   if(owner == null) throw new ArgumentNullException();
   this.owner = owner;
 }
Esempio n. 2
0
 public StepContainer(Wizard owner)
 {
   if(owner == null) throw new ArgumentNullException();
   this.owner = owner;
 }