Пример #1
0
 private void AppendToBox(string text)
 {
     InformationBox.AppendText(text);
     InformationBox.AppendText(Environment.NewLine);
 }