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