摘要: public partial class DelegateTest : Form { public DelegateTest() { InitializeComponent(); } public delegate void GetMessageHandler();//声明委托 private void DelegateEvent_Click(object sender, EventArgs e) { //DelegateEvent delegateEvent... 阅读全文
posted @ 2014-03-05 16:18 BicycleBoy 阅读(150) 评论(0) 推荐(0) 编辑