Azavea.NijPredictivePolicing.AcsAlchemistGui.TextboxAppender.TextboxAppender C# (CSharp) Méthode

TextboxAppender() public méthode

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