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