摘要:
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
武胜-阿伟
阅读(564)
评论(0)
推荐(0)
浙公网安备 33010602011771号