예제 #1
0
 public void VoegAuteurToe(Auteur auteur)
 {
     AuteursLink.Add(new AuteurStrip(auteur, this));
 }
예제 #2
0
 public AuteurStrip(Auteur auteur, Strip strip)
 {
     Auteur = auteur;
     Strip  = strip;
 }