Пример #1
0
 private void HandleProcessOutput(string text)
 {
     OutputBuffer.Append(text);
     OutputRead(this, text);
 }