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