今天注册了cnblogs的.Net博客,在以后的空闲时间,这里将会记录Jason学习、使用.Net的点滴。
1
namespace JasonSu
2
{
3
class Program
4
{
5
static void Main(string[] args)
6
{
7
Console.Write("Welcome to JasonSu's Blog!");
8
}
9
}
10
}
namespace JasonSu2
{3
class Program4
{5
static void Main(string[] args)6
{7
Console.Write("Welcome to JasonSu's Blog!");8
}9
}10
}


posted on
浙公网安备 33010602011771号