FastColoredTextBoxNS.UndoableCommand.UndoableCommand C# (CSharp) Method

UndoableCommand() public method

public UndoableCommand ( TextSource ts ) : System
ts TextSource
return System
        public UndoableCommand(TextSource ts)
        {
            this.ts = ts;
            sel = new RangeInfo(ts.CurrentTB.Selection);
        }