Пример #1
0
 public DemoForm()
 {
     InitializeComponent();
     myConsole = new TextBoxOutputStream(textBox1);
     // IronPython's "print" builtin calls Flush() after every write!
     myConsole.AllowAllFlushes = false;
 }
Пример #2
0
 public DemoForm()
 {
     InitializeComponent();
     myConsole = new TextBoxOutputStream(textBox1);
     // IronPython's "print" builtin calls Flush() after every write!
     myConsole.AllowAllFlushes = false;
 }