匿名方法 Anonymouse Method
摘要:
DEMO: Object Initializer, Anonymouse Method.usingSystem;usingSystem.Windows.Forms;publicclassMyClass{publicstaticvoidMain(){ButtonbtnHello=newButton();btnHello.Text="&Hello";btnHello.Click+=delegate{//AnonymouseMethodMessageBox.Show("Yes!It'stheAnonymouseMethod!");};Formf 阅读全文
posted @ 2013-05-02 17:19 许明会 阅读(357) 评论(0) 推荐(0) 编辑