示例#1
0
 internal ActualBuilder(
     Doel basis,
     string naam)
     : base(basis, naam)
 {
 }
示例#2
0
 public DoelMetContext(Doel doel, int niveau, bool isHoofddoel)
 {
     this.Doel        = doel;
     this.Niveau      = niveau;
     this.IsHoofddoel = isHoofddoel;
 }