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