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