Azavea.NijPredictivePolicing.AcsAlchemistGui.TextboxAppender.TextboxAppender C# (CSharp) Method

TextboxAppender() public method

public TextboxAppender ( TextBox control ) : System
control System.Windows.Forms.TextBox
return System
        public TextboxAppender(TextBox control)
        {
            this._control = control;
        }