コード例 #1
0
ファイル: FilterBase.cs プロジェクト: hackerlank/zlr
 public virtual void PutTranscriptChar(char ch)
 {
     next.PutTranscriptChar(ch);
 }