Bracket.Hosting.Samples.Embedded.TextBoxLogWriter.TextBoxLogWriter C# (CSharp) Méthode

TextBoxLogWriter() public méthode

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