public InterpreterConsole() { pythonConsole = new IronPythonConsole(); this.InitializeComponent(); this.elementHost1.Child = pythonConsole; }