Пример #1
0
 public void HandleBag(Bagage bag)
 {
     // Generates and tags a bag with a unique tag
     bag.BagTag = Tagger.GenTag();
     // notify server
     NotifyServer(bag, 2);
     // sendes videre til sorting
     Sendtosort(bag);
 }