Example #1
0
 public void DispatchCommand(ItemCommand command)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void SetItem(ClientIdentifier id, ClientIdentifier target, Base.Item item)
 {
     ValidateInput(id, item, "item");
     commands[id] = new ItemCommand(id, item);
     clientCnt--;
 }