示例#1
0
 public void AppendLine(string text)
 {
     ContentTextBox.AppendText(text + ControlChars.CrLf);
 }
示例#2
0
 public void AppendText(string text)
 {
     ContentTextBox.AppendText(text);
 }