Exemplo n.º 1
0
 public WriterContentStream(MimeWriter writer)
 {
     this.writer = writer;
 }
Exemplo n.º 2
0
 public WriterQueueStream(MimeWriter writer)
 {
     this.writer = writer;
 }