Recovered from cvs revision 2007-10-05 15:11:00

This commit is contained in:
2007-10-06 00:11:00 +00:00
parent 78ec0d59a4
commit 990332a24e
2 changed files with 37 additions and 13 deletions

View File

@ -35,11 +35,11 @@ namespace ase.net
public bool Run(
System.Windows.Forms.TextBox consoleInput,
System.Windows.Forms.TextBox consoleOutput,
System.String main, System.String[] args)
string main, string[] args)
{
this.consoleInput = consoleInput;
this.consoleOutput = consoleOutput;
return base.Run(main, args);
return base.Run (main, args);
}
protected bool Sleep(string name, Argument[] args, Return ret)