コード例 #1
0
ファイル: Label.cs プロジェクト: John078/INFDEV02-1_0907498
 public void Visit(IVisit visitor)
 {
     visitor.onLabel(this);
 }