Interaction logic for IronPythonConsole.xaml
Inheritance: System.Windows.Controls.UserControl
 public InterpreterConsole()
 {
     pythonConsole = new IronPythonConsole();
     this.InitializeComponent();
     this.elementHost1.Child = pythonConsole;
 }
 public InterpreterConsole()
 {
     pythonConsole = new IronPythonConsole();
     this.InitializeComponent();
     this.elementHost1.Child = pythonConsole;
 }