FastColoredTextBoxNS.InsertCharCommand.InsertCharCommand C# (CSharp) 메소드

InsertCharCommand() 공개 메소드

Constructor
public InsertCharCommand ( TextSource ts, char c ) : System
ts TextSource
c char Inserting char
리턴 System
        public InsertCharCommand(TextSource ts, char c)
            : base(ts)
        {
            this.c = c;
        }