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