Azavea.NijPredictivePolicing.AcsAlchemistGui.TextboxAppender.TextboxAppender C# (CSharp) 메소드

TextboxAppender() 공개 메소드

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