摘要:
public delegate void HandlerLableText(string msg); void RichTexLableText(string msg) { if (this.InvokeRequired) {... 阅读全文
posted @ 2014-11-25 21:10
yufan27209
阅读(125)
评论(0)
推荐(0)
|
摘要:
public delegate void HandlerLableText(string msg); void RichTexLableText(string msg) { if (this.InvokeRequired) {... 阅读全文
posted @ 2014-11-25 21:10
yufan27209
阅读(125)
评论(0)
推荐(0)
摘要:
public delegate void AnonymousHandler();/// /// 重试某过程 maxError 次,直到成功或失败 /// /// 托管函数 /// 允许失败的次数 /// 如果执行成功,则返回 null, 否则返回该错误对象 public static Excep... 阅读全文
posted @ 2014-11-25 21:08
yufan27209
阅读(735)
评论(0)
推荐(0)
|