摘要:
class Program { static void Main(string[] args) { Boss boss = new Boss(); Charge c = new Charge(); Employee emp = new Employee(); //订阅事件 emp.PlayGame += new Employee.JoinPlayGame(c.StopGame); emp.Play... 阅读全文
posted @ 2009-09-01 14:59
/Themusic.kh
阅读(411)
评论(0)
推荐(0)
浙公网安备 33010602011771号