private void CmdWrapper_OnIncommingText(object sender, IncommingTextEventArgs e) { CmdOutputString += TextUtils.ConsoleToWPF(e.IncommingText) + System.Environment.NewLine; }