FastColoredTextBoxNS.UndoableCommand.UndoableCommand C# (CSharp) Méthode

UndoableCommand() public méthode

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