Beispiel #1
0
 public void AddConsumer(IConsumer abonent)
 {
     abonents.Add(abonent);
     abonent.AddProducer(this);
 }