how do i wait for the end of a timer?

后端 未结 0 1569
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 09:42

I am making a RichTextBox, that types out the text letter by letter.

public void rtb_AppendText(string txt)
        {
            text.Add(txt);
            t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题