博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年7月10日

摘要: static public void WaitFor(int ms) { DateTime time = DateTime.Now; while (true) { ... 阅读全文

posted @ 2010-07-10 01:44 烈火123 阅读(189) 评论(0) 推荐(0) 编辑