摘要: /// <summary> /// 猫类 /// </summary> public class Cat { //委托声明 public delegate void Miaowhandler(Object sender, MiaowEventArgs e); //事件声明 public event 阅读全文
posted @ 2016-03-09 15:50 羊茶茶 阅读(181) 评论(0) 推荐(0) 编辑