示例#1
0
 void IElement.Visit(IVisit visitor)
 {
     visitor.onButton(this);
 }