Recovered from cvs revision 2007-04-29 16:11:00

This commit is contained in:
2007-04-30 01:21:00 +00:00
parent 2779dacb22
commit a5832c2672
267 changed files with 125 additions and 29838 deletions

View File

@ -1,20 +0,0 @@
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace ASETestCNT
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new AwkForm());
}
}
}