protected void MakeReport(string message) { this.Invoke((Action)(delegate() { Prompt.AppendText(message + "\r\n"); })); }