*** empty log message ***

This commit is contained in:
2007-04-26 15:37:06 +00:00
parent 8ab1af82e4
commit 9f2ad7e2fb
4 changed files with 24 additions and 9 deletions

View File

@ -18,7 +18,7 @@ namespace ASETestCom
private void btnRun_Click(object sender, EventArgs e)
{
Awk awk = new StdAwk ();
ASECNT.Awk awk = new ASECNT.StdAwk ();
//System.Text.Encoding.Default
awk.SourceInputStream = new MemoryStream (UnicodeEncoding.UTF8.GetBytes(tbxSourceInput.Text));