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;
 }