Ejemplo n.º 1
0
 public LuaOutputForm()
 {
     //
     // The InitializeComponent() call is required for Windows Forms designer support.
     //
     InitializeComponent();
     instance = this;
 }
Ejemplo n.º 2
0
 private void print(string s)
 {
     LuaOutputForm.Write(s + "\n");
 }