摘要:
一、 //声明的委托 public delegate void BoilerLogHandler(string status); // 基于上面的委托定义事件 public event BoilerLogHandler BoilerEventLog; //main方法 static void Mai 阅读全文
posted @ 2017-06-20 19:51 Zrc_LEPRETTYGIRL 阅读(172) 评论(0) 推荐(0)
摘要:
一、 //声明的委托 public delegate void BoilerLogHandler(string status); // 基于上面的委托定义事件 public event BoilerLogHandler BoilerEventLog; //main方法 static void Mai 阅读全文
posted @ 2017-06-20 19:51 Zrc_LEPRETTYGIRL 阅读(172) 评论(0) 推荐(0) |
||