摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 委托{ class MulticastDeletate { public delegate void delegateFunction(string msg); static void Main(string[] args) { MyClass mc=new MyClass(); delegateFunction d... 阅读全文
posted @ 2012-03-26 13:18 星辰手 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托 7 { 8 class 委托 9 {10 public delegate double delegateProd(int a);11 public static double prodValues(int wall)12 {13 return wall+1;14 }15... 阅读全文
posted @ 2012-03-26 12:59 星辰手 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title></title> 5 <style type="text/css"> 6 阅读全文
posted @ 2012-03-26 10:30 星辰手 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title></title> 5 6 <script language="javascript&qu 阅读全文
posted @ 2012-03-26 09:22 星辰手 阅读(441) 评论(0) 推荐(0) 编辑