|
-
March 24th, 2010, 06:15 AM
#1
basic C# code
hello
can any one
give me the basic C# code
-
March 24th, 2010, 06:55 AM
#2
Re: basic C# code
For What
-
March 24th, 2010, 12:58 PM
#3
Re: basic C# code
Code:
using System;
namespace CG
{
staticclassProgram
{
///<summary/>
[STAThread]
staticvoid Main( )
{
Console.WriteLine( "Hello!" );
}
}
}
-
March 24th, 2010, 02:51 PM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|