摘要: using System;namespace EventDemo{ public delegate void CatBrayEventHandle(int score); public class sleeping { public event CatBrayEventHandle CatShout; int theScore; pu... 阅读全文