摘要: namespace classanddelegate { class Program { static void Main(string[] args) { //这是类的实例化 Test test = new Test(); //创建一个委托实例的时候,需要确定需要与哪些方法关联起来。 MyDele 阅读全文
posted @ 2015-10-30 19:36 GDOUJKZZ 阅读(191) 评论(0) 推荐(0) 编辑