Hi all,
I just start to learn C#.
Can I run this program from VS.net instead of from DOS.
Thanks.
Betty
using System;
/// <summary>
/// A Simple Welcome Program: Welcome.cs
/// </summary>
public class WelcomeCSS
{
static void Main()
{
Console.WriteLi ne("Welcome to the C# Station Tutorial!");
}
}
--
Betty
I just start to learn C#.
Can I run this program from VS.net instead of from DOS.
Thanks.
Betty
using System;
/// <summary>
/// A Simple Welcome Program: Welcome.cs
/// </summary>
public class WelcomeCSS
{
static void Main()
{
Console.WriteLi ne("Welcome to the C# Station Tutorial!");
}
}
--
Betty
Comment