コード例 #1
0
ファイル: TextInput.cs プロジェクト: wbinford/storyteller
 public void AcceptVisitor(ISentenceVisitor visitor)
 {
     visitor.TextInput(this);
 }