L
Le, Thanh-Nhan
Hi,
I am a beginner in .NET.
I am creating a new project. At begin I created this project with a form,
then a class."start"
I want to use class "start" as start point for this program. In this class I
wrote:
[STAThread]
static void Main()
{
Application.Run(new start());
}
But I can not build, compile the project, the error is:
The type or namespace name "Application" could not be found
What can I do?
Thanks
Nhan
I am a beginner in .NET.
I am creating a new project. At begin I created this project with a form,
then a class."start"
I want to use class "start" as start point for this program. In this class I
wrote:
[STAThread]
static void Main()
{
Application.Run(new start());
}
But I can not build, compile the project, the error is:
The type or namespace name "Application" could not be found
What can I do?
Thanks
Nhan