摘要:
namespaceDelegateTest{publicpartialclassForm1:Form{publicdelegatevoidShowTextValue(stringtext);//代理publiceventShowTextValueshowText;//代理事件publicForm1(){InitializeComponent();//把事件加入事件队列中showText+=newShowTextValue(SetText);}//开始代理publicvoidStartDelegate(stringstr){showText(str);} //设置文本框的值privatevoid 阅读全文