自定义事件-继承表单
摘要:
以下是 基类 Form1 // 委托、事件是 public 和全局的 public delegate void ButtonClickdHandle(object sender, EventArgs e);//定义委托 public event ButtonClickdHandle UserCont 阅读全文
posted @ 2018-06-02 23:55
james chan
阅读(365)
评论(0)
推荐(0)