摘要:
Ubuntu系统 将下列文本添加到/etc/apt/sources.list文件里 deb http://mirrors.aliyun.com/ubuntu/ raring main restricted universe multiverse deb http://mirrors.aliyun.c 阅读全文
摘要:
1、子窗口定义委托事件 public delegate void Btn_Click(int i); public event Btn_Click BtnEvent; 在子窗口使用 BtnEvent(int i)方法传递给父窗口。 2、父窗口添加事件 Viewer.BtnEvent += new B 阅读全文