摘要:
Ch02-1-SimpleProgram.cspublic sealed class Program { public static void Main() { System.Console.WriteLine("Hi"); }}Ch02-2-Minimum MSCorLib.cs// This project is a DLL that has the "Do not reference mscorlib.dll" option turned onnamespace System { public class Object { } public str 阅读全文
posted @ 2012-11-25 09:57
逝者如斯(乎)
阅读(498)
评论(0)
推荐(0)