public void Attach(AddressPromptDialog dlg) { this.dlg = dlg; dlg.OKButton.Click += new System.EventHandler(this.btnOK_Click); }