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