예제 #1
0
        public void ApplyText(string Text)
        {
            // BgnTemp
            int lx = Text.Length;
            var s1 = this.CurrentLine.ToString();
            int lb = s1.Length;

            // EndTemp

            CurrentLine.Put(Text, this.CurrentPos);
            this.CurrentPos += Text.Length;
        }