摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WinInterfaceCallBackVs08{ class Class1 { public Class1() { new Action((s) => { }).BeginInvoke("", null, null); new Action(exSql).BeginInvoke("", null, null); ... 阅读全文
posted @ 2013-05-23 20:42 王洪洪 阅读(674) 评论(0) 推荐(0) 编辑