Exemplo n.º 1
0
 public Context(TSWriter writer)
 {
     this.writer = writer;
 }
Exemplo n.º 2
0
 public Context(Stream stream)
 {
     this.writer = new TSWriter(stream, true);
 }