예제 #1
0
 public void SetBag(Bag g)
 {
     this.Bagtocheck = g;
 }
예제 #2
0
 public void StoreSuspiciousBag(Bag bag)
 {
     _suspicious.Add(bag);
 }