public void When(MovedIn movedIn)
 {
     items.Add(movedIn.Item);
 }
Esempio n. 2
0
 public void When(MovedIn movedIn)
 {
     return;
 }