SharpCifs.Util.LogStream.LogStream C# (CSharp) Method

LogStream() public method

public LogStream ( TextWriter other ) : System
other System.IO.TextWriter
return System
	    public LogStream(TextWriter other) : base(other)
	    {
	        
	    }