2013年1月24日
摘要: public delegate void delegateHandler(); public class my { public int i=0; public delegateHandler myhandle; public int changeI { get{return i;} set{ i=value; ... 阅读全文
posted @ 2013-01-24 15:07 NLazyo 阅读(5154) 评论(0) 推荐(1) 编辑