Esempio n. 1
0
 public override void WriteCharEntity(int ch)
 {
     _writer.WriteCharEntity(ch);
     _signingWriter.WriteCharEntity(ch);
 }