摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace 委托1{ public delegate void mydelegate(mybook mb);//创建委托类型 class Program { static void Main(string[] args) { BookDB myBD = new BookDB(); ... 阅读全文
posted @ 2012-06-04 21:44 MadKeX 阅读(363) 评论(0) 推荐(0) 编辑