工程是一门科学,科学是严谨的。
摘要: namespace mynamespace { public delegate void methodDelegate(object o); public class TimerHandler { private static methodDelegate _method; private static methodDelegate method { get { return _method; } } private static Timer _timer = null; ... 阅读全文
posted @ 2013-10-30 11:07 大圣的笑 阅读(241) 评论(0) 推荐(0) 编辑