mrfangzheng

Hope and fear are useless. Be confident, and always be prepared for the worst.
  首页  :: 新随笔  :: 联系 :: 管理

2008年11月24日

摘要: Action无返回值 Func有返回值 使用: Action act = delegate { //Do somthing } ; this.Dispatcher.BeginInvoke(DispatcherPriority.Noraml, act); 阅读全文

posted @ 2008-11-24 20:05 mrfangzheng 阅读(388) 评论(0) 推荐(0) 编辑