摘要: using System; namespace EventDelegation { /// <summary> /// 事件参数类 /// </summary> public class EventDate : EventArgs { public int eventID; public int a 阅读全文
posted @ 2021-04-26 11:28 血肉苦难 阅读(460) 评论(0) 推荐(0)