Recovered from cvs revision 2007-08-24 13:17:00

This commit is contained in:
2007-08-25 01:06:00 +00:00
parent a2c56938e7
commit 24b4d82eea
5 changed files with 328 additions and 18 deletions

View File

@ -23,11 +23,12 @@ namespace asetestnet
public bool Run(
System.Windows.Forms.TextBox consoleInput,
System.Windows.Forms.TextBox consoleOutput)
System.Windows.Forms.TextBox consoleOutput,
System.String main, System.String[] args)
{
this.consoleInput = consoleInput;
this.consoleOutput = consoleOutput;
return base.Run();
return base.Run(main, args);
}
protected override int OpenSource(ASE.Net.StdAwk.Source source)

Binary file not shown.