Ejemplo n.º 1
0
 public void AppendLine(string text)
 {
     ContentTextBox.AppendText(text + ControlChars.CrLf);
 }
Ejemplo n.º 2
0
 public void AppendText(string text)
 {
     ContentTextBox.AppendText(text);
 }