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