2011年6月27日
摘要: User Control ClosingEventusing System.Windows.Forms;namespace UserControlClosingEvent{ public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } protected override void OnCreateControl() { base.OnCreateControl(); this.ParentForm.FormClosing += new FormClosing 阅读全文
posted @ 2011-06-27 15:25 武胜-阿伟 阅读(552) 评论(0) 推荐(0) 编辑