Example #1
0
 public override void visitor(MedicineA a)
 {
     Console.WriteLine("药房工作者:" + this.name + ",抓药:" + a.GetName() + ",数量:" + a.GetCourt());
 }