Beispiel #1
0
 public void Add(Shareable s)
 {
     shareables.Add(s);
     s.TransferTo(this);
 }
Beispiel #2
0
 public void Remove(Shareable s)
 {
     shareables.Remove(s);
 }