Interaction logic for IronPythonConsole.xaml
상속: 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;
 }