Bracket.Hosting.Samples.Embedded.TextBoxLogWriter.TextBoxLogWriter C# (CSharp) Method

TextBoxLogWriter() public method

public TextBoxLogWriter ( TextBox textBox ) : System
textBox System.Windows.Forms.TextBox
return System
        public TextBoxLogWriter(TextBox textBox)
        {
            _textBox = textBox;
        }