09 2004 档案

天啊!
摘要: class Outer { private String foo = "Outer.foo"; private String bar = "Outer.bar"; private Inner1 inner1&#...阅读全文

posted @ 2004-09-21 01:19 辣妹子 阅读(1256) | 评论 (7) 编辑

C# 2.0的新特色 第一部分
摘要: Anonymous Methodspublic partial class Form1 : Form{ public Form1() { InitializeComponent(); button1.Click += delegate(object sender, EventArgs e) { // The following code is part of an anonymous meth...阅读全文

posted @ 2004-09-19 01:00 辣妹子 阅读(869) | 评论 (0) 编辑