public void RedirectConsole(frmShell shl) { ConsoleRedirect Redirector = new ConsoleRedirect(this, shl); System.Console.SetOut(Redirector); }