FastColoredTextBoxNS.SelectCommand.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( ) : void
리턴 void
        public override void Execute()
        {
            //remember selection
            lastSel = new RangeInfo(ts.CurrentTB.Selection);
        }