Exemplo n.º 1
0
	public GoolBufferedWriterForCS(GoolBufferedWriterForCS reader){
		this.reader = reader;
		this.file = new System.IO.StreamWriter (reader.getName (), true);
	}
Exemplo n.º 2
0
 public GoolBufferedWriterForCS(GoolBufferedWriterForCS reader)
 {
     this.reader = reader;
     this.file   = new System.IO.StreamWriter(reader.getName(), true);
 }