WriteOutput() private méthode

Writes the output to the console control.
private WriteOutput ( string output, Color color ) : void
output string The output.
color Color The color.
Résultat void
 private void sendConsoleOutputValue(string value, Color color)
 {
     console.WriteOutput(value, color);
     console.InternalRichTextBox.ScrollToCaret();
 }