2009年7月4日

Event and Delegate

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace EventDelegate { class CatShoutEventArgs:EventArgs { private string name; public string Name { get{return nam... 阅读全文

posted @ 2009-07-04 19:23 Acor 阅读(165) 评论(0) 推荐(0) 编辑

Singleton 模式

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SingletonB{ //class SingletonB //{ // private static SingletonB instance; // private SingletonB() // { // } ... 阅读全文

posted @ 2009-07-04 14:42 Acor 阅读(147) 评论(0) 推荐(0) 编辑

导航