添加引用:引用类(注意权限问题)
using:引用目录

委托也是一种类,使用需要new一下对象,关键字Delegate: Delegate 类型(int/string) 委托名()
delegate void stopok;定义委托
stopok stop;具体化委托

