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

CommandManager() 공개 메소드

public CommandManager ( TextSource ts ) : System
ts TextSource
리턴 System
        public CommandManager(TextSource ts)
        {
            history = new LimitedStack<UndoableCommand>(maxHistoryLength);
            TextSource = ts;
        }