2009年9月3日
摘要: 备忘网站:1. C#: http://www.itgrass.com/a/csharp/C-jc/index_86_1.html 阅读全文
posted @ 2009-09-03 10:53 Simon Han 阅读(153) 评论(0) 推荐(0) 编辑
摘要: You know that you should initialize static member variables in a type before you create any instances of that type. C# lets you use static initializers and a static constructor for this purpose. A sta... 阅读全文
posted @ 2009-09-03 10:48 Simon Han 阅读(535) 评论(0) 推荐(0) 编辑