示例#1
0
 public void addvisitor(Visitor visitor)
 {
     visitor.Counting_Value();
     visitor.show();
     visitors.Add(visitor);
 }